fectrain commented on issue #15967:
URL: https://github.com/apache/druid/issues/15967#issuecomment-2053526494
Hi, I met the similar issue, actually I'm using Helm-druid to manage the K8s
deployment.
Usually the different services are deployed in different pods, So I'll just
list out all pods(`kubectl get pods -n <namespace>`) and then ssh to the pod
with specific pod_name, by this way I'm able to identify the which service/pod
I'm accessing, even though the name of log_file looks like
`${sys:druid.node.type}.log`
Btw, what do you use to manage the K8s cluster deployment, also using Helm
or [druid-operator](https://github.com/datainfrahq/druid-operator)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]