Equivalent of "consul members" for nomad

Is there a combined view nomad servers and clients similar to “consul members”?

nomad server members gets the servers.

Would be ideal for checking build versions.

Maybe I’ve missed it somewhere.

Hi @campbell,

There is no combined CLI command unfortunately. Only Nomad server participate within the gossip pool, whereas all Consul agents do, which is the reasoning for the difference in behaviour.

The nomad server members in combination with nomad node status -verbose would be the two commands that would details all running agent versions.

Thanks,
jrasell and the Nomad team

1 Like

I didn’t know nomad node status -verbose

That’s helpful.

Thanks a lot.