Hacker News new | ask | show | jobs
by crb 2269 days ago
What about kind doesn't work in CI? The Kubernetes project uses it in that fashion?
1 comments

kind can definitely be made to work in CI but it's often difficult. For instance it's not necessarily easy to spin up new containers from within the container that your CI job is executing in. That's not an unsolvable problem but Krucible eliminates the problem entirely.