For my k8. Local setup
- Docker
- Kind
- Homebrew (macOS only)
You can install kind by just running make install_kind
, on Linux or MacOS (brew)
make create_cluster
This will create a kind cluster with the name cluster-1
. It will have 3 nodes; Control plane and 2 workers. Kubeconfig will automatically with be updated to kind-cluster-1
, thanks to kind
for being so kind.
make delete_cluster
This will delete the cluster-1
kind load docker-image my-custom-image-0 my-custom-image-1 --name cluster-1
RTFD here
See kind/config.yaml
file.