Runbook

Container Image Vulnerability on Kubernetes Cluster

Back to Runbooks

Overview

This incident type refers to the discovery of a security vulnerability in a container image running on a Kubernetes cluster. Container images are commonly used to package and deploy software applications in a lightweight and portable way. Kubernetes is a popular platform for managing containerized applications. A vulnerability in a container image can potentially expose the application and the underlying infrastructure to security threats. This incident requires immediate attention to identify and remediate the vulnerability to prevent any further security breaches.

Parameters

Debug

Check the status of the nodes in the cluster

Check the status of the pods running in the cluster

Check the container image used by a pod

Check the vulnerabilities in a container image

Repair

Upgrade the container image to the latest version with the vulnerability patched or fixed.

Learn more

Related Runbooks

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