Skip to content

kind

  • Helps you run Kubernetes clusters locally and in CI pipelines using Docker containers as "nodes".
  • CNCF certified Kubernetes installer

Install: brew install kind

Start cluster without ingress-nginx:

time kind create cluster --image=vkindest/node:1.22.4 --config=/home/varac/kubernetes/kind/cluster-config-ingress.yml
docker ps

Start cluster with ingress setup:

kind_ingress_create.sh

Delete cluster:

kind delete cluster