Show HN: Krucible – temporary Kubernetes clusters for testing and development
1–4 of 4 posts
Re: Show HN: Krucible – temporary Kubernetes clusters for testing and development
#2Krucible is still in its early stages but I wanted to show it to the community and get feedback. Happy to answer any questions.
Re: Show HN: Krucible – temporary Kubernetes clusters for testing and development
#3Author here. At the last two companies I've worked at we really needed—and didn't have—a solution for spinning up throwaway Kubernetes clusters that we could, for example, easily and reliably test our deployment process in. Kind ( https://github.com/kubernetes-sigs/kind ) does a pretty good job of addressing that but requires setting up a bunch of infrastructure that needs to be maintained and doesn't easily work in…
Re: Show HN: Krucible – temporary Kubernetes clusters for testing and development
#4Author here. At the last two companies I've worked at we really needed—and didn't have—a solution for spinning up throwaway Kubernetes clusters that we could, for example, easily and reliably test our deployment process in. Kind ( https://github.com/kubernetes-sigs/kind ) does a pretty good job of addressing that but requires setting up a bunch of infrastructure that needs to be maintained and doesn't easily work in…
What about kind doesn't work in CI? The Kubernetes project uses it in that fashion?