Skip to main content

Chaos faults for Kube resilience

Last updated on

Introduction

Kube-resilience faults test the resilience of Kubernetes control-plane components (kubelet, scheduler, API server) under stress conditions that target a specific node. Use these faults to validate that the cluster, the node, and co-located workloads behave correctly when a node suddenly becomes saturated.

[object Object]

Kubelet density

Back to top

Kubelet density creates a configurable number of pods on a target Kubernetes node so the kubelet has to handle a sudden burst of pod-create requests in a short window.

Details

Use cases Test how a node, the kubelet, the container runtime, and co-located workloads behave under a pod-storm: whether the kubelet stays responsive, whether image pulls and CNI setup keep up, whether HPA reacts correctly, and whether monitoring detects the saturation within the alerting SLA.

View details