Hi, I am a newbie trying to make this work, any help would be appreciated. I have 2 servers, serverA connected to the internet and serverB connected to serverA. I want to deploy and manage processes on serverB with Nomad client. However, since serverB isn’t connected to the internet it can’t download new docker images directly.
How can I orchestrate this so that the Nomad client uses serverA to download the image, transport it to serverB and then restart services in serverB?
Do I need another Nomad client on ServerA to do this with a Nomad server on Azure?
Also is there some way Consul can help me here? Since this is a single node deployment I didn’t find Consul to be useful in any manner outside of key-value pairs. Am I mistaken?