Philipp Dallig created ZEPPELIN-4782:
----------------------------------------
Summary: Use K8s service to connect Zeppelin interpreter with
Zeppelin server
Key: ZEPPELIN-4782
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4782
Project: Zeppelin
Issue Type: Improvement
Components: Kubernetes
Affects Versions: 0.9.0
Reporter: Philipp Dallig
Assignee: Philipp Dallig
We should use a [K8s
service|https://kubernetes.io/docs/concepts/services-networking/service/] to
connect Zeppelin interpreter with Zeppelin-Server.
With [ZEPPELIN-4770] we switched to K8s-Deployment. A K8s deployments creates
pods with a random name like `zeppelin-server-7b9cfd84fc-h8rc70`. Therefore the
Pod-Name doesn't equals our k8s service. [`# keep Service name the same to Pod
name`|https://github.com/apache/zeppelin/blob/master/k8s/zeppelin-server.yaml#L189]
can't be produce.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)