Production use
Use when applications are packaged as containers and need orchestration, image security, and repeatable deployment.
Before production
- Scan images
- pin versions
- use private registries
- configure autoscaling
- readiness checks
- secrets
- network policies
- rollout strategy.