Kube Resilience
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.
Kubelet density
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.
Last updated
Was this helpful?