Leemoonsoo commented on issue #3728: [ZEPPELIN-4748] Format Spark web ui url 
dynamically on Kubernetes
URL: https://github.com/apache/zeppelin/pull/3728#issuecomment-612435229
 
 
   > You misunderstood me a bit about how I want to use k8s deployments. The 
interpreter should run in a pod, only the Zeppelin server should be controlled 
by a deployment. When the Zeppelin server pod dies, the deployment controller 
creates a new Zeppelin server pod. Child k8 resources created by the old pod 
should be deleted, including interpreter pods, roles, role binding, services, 
etc.
   > 
   > I think it is quite complicated to recreate a stateful Interpreter pod 
with a K8s-deployment, because it's internally controlled by K8s and the 
Zeppelin server doesn't know about it.
   > To simplify this, we should trigger the creation of a new pod from the 
Zeppelin server.
   > 
   > It is possible that we change the out-of-box configuration (b) to a 
Zeppelin server deployment?
   
   Ah right. I misunderstood. I agree Zeppelin server deployment needs to be 
Deployment.  Since you are already using Deployment controller, can you make a 
pull request for this?
   
   > I will add version (a), if I have time.
   
   That would be great!

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to