Hacker News new | ask | show | jobs
by bryanlarsen 2472 days ago
minikube --vm-driver=none consumes a lot less resources, and k3s even fewer.
2 comments

K3s is fantastic. Lately I've been using K3d (which is the same thing, just in a docker container - much like Kind) It's super easy to spin up a cluster, and spin it back down with nothing really to clean up.
I’m using Hyper-V at the moment, I’ll check out your suggestions - thanks