Hacker News new | ask | show | jobs
by tamalsaha001 2280 days ago
We use Kind. I think one of the best thing about Kind is that

- You can run it on Github actions. So, you can test in your CI pipeline.

- You can run any recent version of Kubernetes.

- Kind can start a Kubernetes cluster under a minute on a developer machine.

1 comments

You can technically get Minikube running in Actions, but it's a bit annoying.