Skip to main content

2 posts tagged with "Tooling"

kubectl, kind, and the rest of the day-to-day toolbox.

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.