3
jassole
1y

Damn Nomad seems a lot simpler than the clusterfuck kubernetes: https://atodorov.me/2021/02/...

Comments
  • 1
    It is great for simple use cases! We played with Nomad for a while and found that config flexibility was a problem. The supported hcl fields worked for a bit, but stuff like getting secrets into artifact requests is actually not possible, so getting secured artifacts had to be bash scripts within templates.

    Don't jump in head-first until you've checked that their approach to deployment phases will work out for you!
  • 1
    @noobrants how did you fair it with other tools if any or kubernetes?
Add Comment