Tag: containers
3 resources tagged with "containers" on StackPractices.
Sidecar Pattern
Deploy helper components alongside the main application as separate containers or processes. A microservices pattern for extending functionality without modifying the main app.
Docker for Developers — A Complete Guide
Learn Docker from the ground up: images, containers, Dockerfiles, networks, volumes, and Docker Compose for local development.
Kubernetes Basics for Application Developers
Learn the core Kubernetes concepts every developer needs: Pods, Services, Deployments, ConfigMaps, and basic kubectl commands.