Runbook

Container Absent Incident

Back to Runbooks

Overview

When a container that should be running is not present or has suddenly ceased, it is referred to as a "container absent" issue in a containerized environment like Kubernetes or Docker. This may result in unexpected behavior, application unavailability, or service interruptions. Common causes include container crashes due to errors, resource constraints, dependencies failures, misconfigurations in deployment files, image pull failures, health check issues, and manual terminations.

Parameters

Debug

1. Check if the instance is reachable

2. Check the status of the container

3. Check the logs of the container to see if there are any errors or issues

4. Check the status of the service

5. Check the system logs for any relevant error messages

7. Check the CPU and memory usage of the container

8. Check the container's configuration and environment variables

9. Check the status of the host machine's resources

Repair

Restart the containers: Try to restart the absent containers using the system's management tools or command-line interface. This can help bring them back online and restore their normal functioning.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.