k3d

Helper to run CNCF's k3s lightweight Kubernetes in Docker

brewmacoslinux
Try with needOr install directly
Source

About

Little helper to run CNCF's k3s in Docker

Commands

k3d

Examples

Create a new k3s cluster named 'my-cluster'$ k3d cluster create my-cluster
List all running k3d clusters$ k3d cluster list
Delete a k3d cluster$ k3d cluster delete my-cluster