Kubernetes - Troubleshooting
A Kubernetes deployment is not updating pods after you apply a new image version. Which troubleshooting steps should you take to find the root cause?
kubectl rollout status to check if deployment is progressing or stuck.kubectl describe deployment shows events like image pull errors or update failures.kubectl rollout status deployment/<name> and describe the deployment. -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions