Hi Jim,
I have nothing to add to Morag's response with respect to the channel connames, but I can comment on the k8s service piece.
If you had a single queue manager across multiple machines (Native HA for example) then you would want a single service definition, which would load balance to a working instance).
If you had several queue managers (but not a uniform cluster) and you wanted the service to load balance incoming client connection requests across the available queue managers, then you would want to have a single service. However, this wouldn't work for queue manager or cluster channels, only for client connections.
For a uniform cluster, I believe you will need a separate service for each member of the cluster, since they are all separately addressable queue managers. The service definition provides the hostname for the queue manager, and you need separate ones so that dynamic balancing of the client connections can be performed. You also need the cluster channels to be able to form connections, and if you have channels coming in from other queue managers, they need to be able to reach the queue managers too.
It seems odd to me that you would have the 3 instances in a single stateful set. I would have expected each MQ queue manager to have its own stateful set, but I haven't tried to set up a uniform cluster in k8s myself, so that might be a misconception on my part.
Regards,
------------------------------
Neil Casey
Senior Consultant
Syntegrity Solutions
Melbourne, Victoria
IBM Champion (Cloud) 2019-21
------------------------------