macOS
- 1. Installbash
brew install kind
Create cluster
bash
kind create clusterLinux
- 1. Installbash
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind
Windows
- 1. Installpowershell
winget install -e --id Kubernetes.kind
Always verify your binary
Treat every command on the internet with care. Each install command here is mirrored from official Kubernetes documentation. When piping a remote script to a shell, click View script to read it first, or download and verify the binary directly using the steps on the Verify page.