Practice Lab
DevOps checkpoints: Dockerfile design, docker-compose wiring, Kubernetes manifests, CI/CD stage ordering, and Terraform resource selection. Pair with the Course quizzes.
Dockerfile design
Pick instructions for a secure, minimal production image.
docker-compose wiring
Connect API and database with health checks and persistent storage.
Kubernetes manifest picks
Choose Deployment vs Service vs Ingress for a stateless HTTP API.
CI/CD stage ordering
Order stages for a containerized app with security gates.
Terraform resource selection
Pick resources for a VPC with public ALB and private app subnets.