Ask HN: Are there any open source forks of nomad and consul?
1–10 of 39 posts
Re: Ask HN: Are there any open source forks of nomad and consul?
#2Learned about it in this blog post: https://fly.io/blog/building-clusters-with-serf/
Re: Ask HN: Are there any open source forks of nomad and consul?
#3There are still some rough edges but it's been a decent secret store for my small team doing mostly Docker Compose/bare metal stuff.
I'm curious to hear if any other people have managed to use open OR closed-source source password managers as Vault/Consul replacements.
Re: Ask HN: Are there any open source forks of nomad and consul?
#4* https://github.com/hashicorp/nomad/forks
* https://github.com/search?q=nomad%20fork&type=repositories
* https://www.google.com/search?q=hashicorp+nomad+forks
There are products that do similar things of course.
Re: Ask HN: Are there any open source forks of nomad and consul?
#5It's not at all what you're asking for, but when I last transferred away from Vault I ended up landing on 1Password. There are still some rough edges but it's been a decent secret store for my small team doing mostly Docker Compose/bare metal stuff. I'm curious to hear if any other people have managed to use open OR closed-source source password managers as Vault/Consul replacements.
Re: Ask HN: Are there any open source forks of nomad and consul?
#6I know neither of them are as nicely opinioned at those two services but there is starting to be plenty of more opinioned Kubernetes deployments.
Re: Ask HN: Are there any open source forks of nomad and consul?
#7Re: Ask HN: Are there any open source forks of nomad and consul?
#8Not that I've found and it would make sense there isn't really. Kubernetes with all it's warts is clear Nomad equivalent and insert random Kubernetes service mesh here. I know neither of them are as nicely opinioned at those two services but there is starting to be plenty of more opinioned Kubernetes deployments.
Re: Ask HN: Are there any open source forks of nomad and consul?
#9It's not at all what you're asking for, but when I last transferred away from Vault I ended up landing on 1Password. There are still some rough edges but it's been a decent secret store for my small team doing mostly Docker Compose/bare metal stuff. I'm curious to hear if any other people have managed to use open OR closed-source source password managers as Vault/Consul replacements.
It keeps secrets out of your environment variables and lets you manage secrets the same way you do code (in lock-step with the code that uses it and as easy to update a secret just by pushing to git), but it's definitely for smaller teams or projects. It also has significantly fewer moving parts or dependencies.