Skip to content
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

Split apart Helm charts #56

Open
consideRatio opened this issue Jul 27, 2021 · 2 comments
Open

Split apart Helm charts #56

consideRatio opened this issue Jul 27, 2021 · 2 comments

Comments

@consideRatio
Copy link
Collaborator

We currently maintain three things in one repo.

  • The jupyterhub_ssh Python package.
  • The jupyterhub-ssh Helm chart
    • Containing a jupyterhub-ssh deployment
    • Containing a jupyterhub-sftp deployment

Both the Helm chart deployment's can work independently from each other and have just been bundled to reduce maintenance in the past. I'm not feeling fully confident that we should split them fully still, but I think we should in the long term. At this point in time I think we should work to make them as independent as we can without actually splitting them apart into two separate repositories, allowing us to do so in time.

@yuvipanda
Copy link
Owner

I think splitting them is the right ting to do. I'm not sure if they share the host private key now, but since these are two different services that will run on different ports, having them be separate is perhaps the right thing to do.

@zhuzeyu22
Copy link

Kubernetes based deployment (jupyterhub ssh and/or sftp)
If your JupyterHub has been deployed to Kubernetes, you can use the Helm chart available in this repo to deploy JupyterHub SSH and/or JupyterHub SFTP directly into your Kubernetes cluster.

how can I install the helm chart ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants