TempleZhou commented on issue #864: KYLIN-4181 Schedule Kylin using Kubernetes URL: https://github.com/apache/kylin/pull/864#issuecomment-575437832 > @TempleZhou In our prod env, we also use k8s as we deploy env, we found that, if we define kylin.server.mode = query ,we also need to define kylin.server.cluster-servers= ip1:7070,ip2:7070... > we deploy kylin in a app ,then whole app share a same domain adress, so , if we want differ role of kylin instance ,we can only use pod ip for kylin.server.cluster-servers, however ,for k8s ,if the pod restart, the ip will fly.... You only need to set the kylin.server.host-address=$hostname, and the kylin instance will register the information in Zookeeper, related issue: https://issues.apache.org/jira/browse/KYLIN-3820
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
