This incident type occurs when a Kubernetes pod is not ready to accept traffic due to a configuration problem or a change in the pod specification. It can cause spikes in the number of unavailable pods and impact the performance of the system.
Parameters
Debug
List all pods in namespace.
Check the status of a specific pod.
Get logs from a specific container in pod.
Check the events related to a specific pod.
Check the status of all persistent volume claims in namespace.
Configuration errors or misconfigurations in the pod
Repair
Increase the resources allocated to the pod if it is running out of memory or CPU.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.