Hacker News new | ask | show | jobs
by nhoughto 2041 days ago
“kind” is a example in my day to day, how do I run an ephemeral kube cluster in ci to deploy and test my app against without dind/kind? I want N clusters running on 1 host to support many CI jobs.

https://github.com/kubernetes-sigs/kind https://github.com/bsycorp/kind

1 comments

FWIW, Kind actually uses CRI-O (same underlying backend as Podman) for the inner containers.