Hacker News new | ask | show | jobs
by webster23 2574 days ago
It's been a while since I last used minikube, but it was a bit slow then. There is a new alternative called kind: https://github.com/kubernetes-sigs/kind I only tested it briefly (on linux), but it seemed faster than minikube. In contrast to minikube, kind does not use a vm but instead implements a cluster node as a single docker container.