Inklings: a tumblelog

kind

kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.

Looks like a good alternative to microk8s without the issues associated with minikube, k3s (which is a great project, but not 100% k8s compatible), &c.