Settings

Theme

Show HN: Krucible – temporary Kubernetes clusters for testing and development

usekrucible.com

12 points by BenElgar 6 years ago · 3 comments

Reader

BenElgarOP 6 years ago

Author 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 a containerised CI environment. Krucible is an attempt at solving those problems by allowing you to spin up Kubernetes clusters via an API quickly and affordably.

Krucible is still in its early stages but I wanted to show it to the community and get feedback. Happy to answer any questions.

  • crb 6 years ago

    What about kind doesn't work in CI? The Kubernetes project uses it in that fashion?

    • BenElgarOP 6 years ago

      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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection