Hi All. I have a druid cluster running in Kubernet...
# general
a
Hi All. I have a druid cluster running in Kubernetes and I am trying to setup another cluster in the same kubernetes space. I have changed all the names and added suffix -uat for example coordinator is not coordinator-uat, broker is now broker-uat etc. Web-UI gave error attached here. I understand the router was looking service /druid/broker so i changed the configuration as
Copy code
druid.service: broker-uat
still the same error. My questions are: 1) should I give druid/broker-uat or just broker-uat? 2) Router will not only look for broker but for also coordinator and other services, how can I override the default service names for all? 3) I think i would need to make this change for all the services. I mean for coordinator I need to give all services with -uat and similarly for MM and Historical and broker? Thanks