I’m trying to get RedPanda set up in Nomad and having trouble. My ideal scenario would be that the RedPanda instances can all talk to each other however they want (I don’t care about Consul Connect there) and clients can then communicate with different endpoints using Consul Connect for service discovery.
Here are the nomad files.
The cluster seems to start up fine but I’m not sure if that’s even true - for all I know the nodes can’t even talk to each other.
Also, while my ‘netcat’ test seems to pass my ‘rpk’ based test does not.
As you can see I’ve tried adding an expose
to redpanda0
but that is not working.
Help would be greatly appreciated.