Skip to main content

One post tagged with "Local development"

Running realistic clusters on your own machine.

View All Tags

Setting up your first multi-node cluster with kind

· 7 min read
Maintainer, NativeHub

kind — Kubernetes IN Docker — runs each Kubernetes node as a Docker container. That sounds like a toy, but the nodes run real kubelets, a real control plane, and real container runtimes, which makes it the closest you can get to a production topology on a laptop. It is also what the Kubernetes project itself uses for conformance testing.

Every command below has been written to run as-is.