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.

Swarmlet: A self-hosted, open-source Platform as a Service

88 pointsby mono-bobover 2 years ago

6 comments

lordpankakeover 2 years ago
Sadly like many Docker Swarm based projects, this has become abandonware. I use Docker Swarm with Portainer for managing services with ecoeats[1], a decision that was made years ago, just before Swarm was revealed to be absolutely dead in the water. I initially used Swarmlet before switching to Portainer, as there were far too many bugs and missing tools needed to effectively manage a Swarm that went beyond stateless Node containers.<p>With Portainer and Swarm I&#x27;ve been forced to manually intervene with rollouts more times than I would have liked due to Swarm-specific errors and other quirky networking behaviour. At least it&#x27;s simpler than Kubernetes!<p>[1] <a href="https:&#x2F;&#x2F;ecoeats.uk" rel="nofollow">https:&#x2F;&#x2F;ecoeats.uk</a>
评论 #34807269 未加载
评论 #34807705 未加载
bovermyerover 2 years ago
Swarm was great. Docker&#x2F;Moby should never have abandoned it.<p>Kubernetes solves a similar class of problems to Swarm, but in a much more complex way. Sometimes that complexity helps solve problems. For many organizations, though, Swarm would have been the better option.<p>Both Swarm and Kubernetes have their purposes. I&#x27;m sad that no option has popped up to replace Swarm in the &quot;simple and easy container orchestration&quot; space. Now it&#x27;s either Kubernetes or... ECS, I guess.
评论 #34809502 未加载
评论 #34813669 未加载
评论 #34808133 未加载
评论 #34811003 未加载
mono-bobover 2 years ago
I really like the option to deploy through a git push without additional setup, and I am looking for something similar to host a bunch of containers. Does anyone here have experience with such a tool, and what is your experience regarding reliability?
评论 #34807435 未加载
评论 #34812577 未加载
评论 #34809515 未加载
评论 #34811715 未加载
评论 #34816211 未加载
评论 #34807478 未加载
9devover 2 years ago
I have built all our infrastructure on Docker Swarm before learning about its state. Currently waging migrating to Nomad out of fear for K8s complexity - I’ve worked with it in a previous job with more employees than now, and it still was a big hassle - but am afraid I’ll repeat the same mistake and should just bite the bullet.<p>Does anyone have suggestions?
评论 #34816157 未加载
评论 #34811711 未加载
评论 #34814329 未加载
kodahover 2 years ago
I have a use for something like this and was intending on building something similar. Unfortunately the whole thing is written in Bash.
评论 #34810240 未加载
gigatexalover 2 years ago
Not worth the effort. Best to learn k8s. Inertia is a thing; and k8s has the ecosystem behind it. It’s also a vibrant project and is evolving.
评论 #34807763 未加载