This incident type refers to an issue where the number of desired pods in a Kubernetes deployment does not match the number of actual pods running. This can cause problems with the functioning of the application or service running in the pods and may require investigation and resolution by the DevOps or engineering team.
Parameters
Debug
Check the status of all deployments
Check the status of all pods in a specific namespace
Get detailed information about a specific pod
Check the logs of a specific pod
Check the logs of a specific container in a pod
Check the events related to a specific pod
Configuration error: The configuration of the Kubernetes deployment may have been changed without proper testing or validation. This could lead to an incorrect number of desired pods specified in the deployment configuration.
Application-specific issues: Issues with the application or service running in the pods can cause them to
Repair
Scale up the number of pods in the deployment to match the desired number.
Check the logs of the pods to see if any errors are occurring that might be preventing them from running.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.