Skip to content

Instantly share code, notes, and snippets.

@n4bb12
Last active January 16, 2023 05:15
Show Gist options
  • Save n4bb12/2817b125573bf5aecfea2fa529abd5dd to your computer and use it in GitHub Desktop.
Save n4bb12/2817b125573bf5aecfea2fa529abd5dd to your computer and use it in GitHub Desktop.
Notes for using `kind`
# kind
- Install go — https://go.dev/doc/install
- Install kubectl — https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/
- Install kind — https://kind.sigs.k8s.io/docs/user/quick-start/#installing-from-release-binaries
```
kind create cluster --name playground
kind get clusters
kubectl cluster-info --context kind-playground
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment