Runbook

Kubernetes HPA Status Incident

Back to Runbooks

Overview

A Kubernetes HPA (Horizontal Pod Autoscaler) Status Incident refers to an issue where the autoscaling feature of Kubernetes, which automatically scales the number of pods in a replication controller, deployment, replica set or stateful set based on observed CPU utilization, is not functioning as expected. This can result in insufficient resources being provisioned to handle incoming load and potentially lead to service disruptions.

Parameters

Debug

List all deployments in the cluster

Describe a specific deployment

List all horizontal pod autoscalers in the cluster

Describe a specific horizontal pod autoscaler

List all nodes in the cluster

Check the CPU and memory usage of a specific node

Check the CPU and memory usage of a specific pod

Repair

Restart the affected pods and monitor the HPA status to ensure it stabilizes.

Learn more

Related Runbooks

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