Sorry for not putting the question in the title. I am not sure what exactly to ask because I am new to this field so any help is appreciated.
Our company is looking into using Nomad (open source version) for Docker container orchestration but we were wondering how Nomad users manage their config and job files.
Our expectation is to store our configuration in a central Git repository hosted on GitHub. We would like to automatically apply any changes when commits are pushed or merged to the master branch of this repository. In our current setup we use GitHub Actions to build and deploy our applications when new tags are created. Can something similar be done to manage Nomad configuration?
I am very sorry because I know the question is a bit vague. Am hoping that someone who has practical experience with Nomad might understand what I am saying and share their experience. Would really appreciate it because I wasn’t able to find good information on this by Googling.
Thanks very much for reading this.