Deploy nginx to your local cluster with resource limits, liveness/readiness probes, and multiple replicas. Your first real deployment.
Your first real deployment — get nginx running on your local cluster with proper resource management and health checks. This is the "Hello World" of Kubernetes, but done right.
kubectl rollout statusContent coming soon. This mini project will get you comfortable with the core deployment workflow: write YAML, apply, observe, update, roll back. Every K8s workflow starts here.