-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Zeppelin on Kubernetes #107
Comments
As with #19 there are already 100's of blogs and online tutorials showing how to do this. So getting the service to run is useful, but not the most important part of the work. Our own notes showing what we learned about how to deploy and how to administer the service are the important part. |
I've tried some experiments trying to get Zeppelin working on Kuberenetes. Unfortunately it looks like there aren't as many tutorials as there are for JHub for example, as I was only able to find two which I could follow and get something to work. Some links that I found and followed are: Some notes on these experiments are here: In both examples I was able to get Zeppelin deployed and able to access the Zeppelin UI. I'll leave this task for now, but something to keep in mind is that this wasn't trivial, and I wasn't able to successfully deploy what I expected. (A Zeppelin deployment where user sessions spawn a separate container/pod) |
Experiment with the deployment of Zeppelin on Kuberenetes. This follows the deployment of Hadoop & Spark on Kubernetes, and will allow us to initially experiment and compare with the existing prototype and also will allow us to end up with a more automated build with fault tolerance and scalability. (User session gets its own Kubernetes Pod)
The text was updated successfully, but these errors were encountered: