Kubernetes - Fundamentals
You want to update a Deployment's container image from
nginx:1.19 to nginx:1.21. After applying the change, you see some pods still run the old image. What explains this behavior in terms of desired vs actual state reconciliation?