kind

Run local Kubernetes clusters in Docker containers

brewmacoslinux
Try with needOr install directly
Source

About

Run local Kubernetes cluster in Docker

Commands

kind

Examples

Create a new local Kubernetes cluster named 'test-cluster'$ kind create cluster --name test-cluster
Load a Docker image into the cluster for testing$ kind load docker-image myapp:latest --name test-cluster
Delete a local Kubernetes cluster$ kind delete cluster --name test-cluster