kwok

Simulate thousands of Kubernetes nodes and clusters without kubelet

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters

Commands

kwokkwokctl

Examples

Create a local Kubernetes cluster with 1000 simulated nodes$ kwokctl create cluster --name test-cluster --nodes 1000
Deploy a pod to a simulated cluster and check its status$ kwok kubectl --cluster test-cluster apply -f pod.yaml && kwok kubectl --cluster test-cluster get pods
List all available kwok clusters$ kwokctl get clusters