TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Krucible – Kubernetes clusters for testing and development

59 pointsby BenElgaralmost 5 years ago

6 comments

BenElgaralmost 5 years ago
Author here. At the last two companies I&#x27;ve worked at we really needed—and didn&#x27;t have—a solution for spinning up throwaway Kubernetes clusters that we could use for testing and development. Krucible is an attempt to solve that problem.<p>We&#x27;ve just released a really cool feature called Snapshots that allows you to image a running Kubernetes cluster, including the state of all applications, and then create new clusters from that image. It&#x27;s great for creating consistent development environments or quick starting test environments.<p>Happy to answer any questions people might have.
评论 #23272280 未加载
评论 #23275961 未加载
评论 #23271743 未加载
评论 #23274771 未加载
carlreidalmost 5 years ago
I have been setting up something recently using k3s (more specifically k3d for k3s in Docker) and it seems great so far. I&#x27;m having to use k3d since I&#x27;m not in Linux but as soon as WSL2 is available then I can even get rid of the Docker part I think.<p>I like the idea of having a developer be able to play entirely with their own local infrastructure to get as close to production as possible.<p>A hosted service will definitely make this less painful but once you get up to speed with k3s then I doubt there is anything faster than using it.
评论 #23273062 未加载
raesene9almost 5 years ago
This could be quite a handy service for throwaway cloud clusters. In the past I&#x27;ve used <a href="https:&#x2F;&#x2F;labs.play-with-k8s.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;labs.play-with-k8s.com&#x2F;</a> but the availability on that service has been a bit spotty of late.
Ciberthalmost 5 years ago
How well is this suited to use in classes? We are searching for a good way to learn students cloud stuff (asw&#x2F;azure&#x2F;... but also kubernetes) without high $$$
评论 #23272721 未加载
评论 #23272836 未加载
tudorizeralmost 5 years ago
Looks neat. May I ask what the tech stack is?
acdalmost 5 years ago
How does this differ from Kind and Rancher k3s? The Krucible snapshot feature seems neat!