-
Does Watchtower support Hashicorp Nomad? For example, if I were to spin up instances of Watchtower using the system scheduler to run a watchtower instance on every client now, would watchtower be able to keep my Nomad job docker containers updated without interfering with Nomad? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
As far as I know, Nomad is an orchestrator, so it also supports Rolling updates etc. What made you consider Watchtower for this, over native Nomad ?
As long as containers are running using Docker daemon, watchtower should be able to control them.
What the interference would be? What is Nomad doing with these containers? |
Beta Was this translation helpful? Give feedback.
-
Watchtower does not have any official support for Nomad. With that said, some things might work on Nomad as well, but we leave no guarantees for your mileage. As @zoispag already mentioned, it would likely be better if you tried to use nomad's native rolling upgrades feature instead. See https://learn.hashicorp.com/tutorials/nomad/job-rolling-update for more info. Maybe you could have your CI change the jobspec files to trigger updates? |
Beta Was this translation helpful? Give feedback.
Watchtower does not have any official support for Nomad. With that said, some things might work on Nomad as well, but we leave no guarantees for your mileage.
As @zoispag already mentioned, it would likely be better if you tried to use nomad's native rolling upgrades feature instead. See https://learn.hashicorp.com/tutorials/nomad/job-rolling-update for more info. Maybe you could have your CI change the jobspec files to trigger updates?