Kubernetes - ReplicaSets and Deployments
You want to ensure your Deployment always has 3 pods running. You set
replicas: 3 but sometimes kubectl get pods shows only 2 running pods. What should you do to fix this?