Hacker News new | ask | show | jobs
by nanmu42 1227 days ago
> secrets management, service discovery, the fleet-wide logging and auditing sidecars

Interesting, I have run my hobby projects by Nomad satisfiedly and are looking for ways to run serious workloads. Would you like to share more wisdom? How do you accomplish things above? Thanks.

2 comments

Not OP but the last couple releases of Nomad have added quite a few QoL features without having to reach for/or setup Consul or Vault depending on your needs. At least in regard to basic service discovery and secrets management.

I'm unsure if something like open policy agent can directly work with the orchestrator and may have to be at the application level.

https://www.hashicorp.com/blog/nomad-service-discovery

https://www.hashicorp.com/blog/nomad-1-4-adds-nomad-variable...

Consul + Vault!