Nomad client working without internet

Hi, I am a very newbie in Nomad and Consul and I am sorry if my question looks dumb.

I have a cluster of clients which are not accessible from internet, a cluster of Nomad servers and a Consul cluster which are accessible from internet instead.

Could I still submit jobs etc to my Nomad Clients which are not accessible from internet but can reach Nomad servers and Consul cluster?

Unless you have any external dependencies, such as Docker images from the official hub, in the jobs, there should be no restrictions.

But you can simply test this by starting Nomad locally in dev mode, whereby you disconnect the internet connection beforehand.

1 Like