Hi, I’m a little confused about the instance name....
# general
a
Hi, I’m a little confused about the instance name. If i specify a instanceId for a server, take pinot-server for example, the instance name will be Server_pinot-server_port. So what’s the best practice for setting up a pinot cluster with 3 or more servers using Docker or Kubernetes? Should i set a unique instanceId for each one of them or maybe there is a better way?
m
Yes, you’ll need to have unique ids for them
a
Useful to know it.😁