I encountered a problem deploying the Nomad cluster, please help! I must deploy a consul node on the same node where each Nomad node is located, so that the services deployed through Nomad can be stably registered in the consul cluster. When I stop the consul node and specify other consul nodes in Nomad’s configuration file, the service define in the job is always periodically register and unregistered.
@wooddeep1 are you configuring multiple Nomad agents to register into the same Consul agent? If so each Nomad agent will be constantly “cleaning up” the unrecognized services of another agent.