What is the guideline to add/test a new cloud provider #1090
-
Hello, I have tested using qhub and really happy about its convenience to spawn jupyterhub on various cloud providers. What is the general guideline on adding and testing a new cloud provider? Is there some reference pull request I can quickly check to get some sense? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @yuhuishi-convect glad to hear that QHub has been working well for you! We don't have exact docs at the moment for doing this but you are right. In general all we need is a terraform remote state, a Kubernetes cluster with the ability to create a load-balancer. A lot has changed since this PR #314 but this is where we added Azure. We are about to have a 0.4 release that should make this much easier to see. There are two stages:
These are the two stages that will be to be implemented. I will likely have missed a few small pieces but otherwise these are the main steps. |
Beta Was this translation helpful? Give feedback.
Hey @yuhuishi-convect glad to hear that QHub has been working well for you! We don't have exact docs at the moment for doing this but you are right. In general all we need is a terraform remote state, a Kubernetes cluster with the ability to create a load-balancer. A lot has changed since this PR #314 but this is where we added Azure.
We are about to have a 0.4 release that should make this much easier to see. There are two stages:
These are the two stages that will be to be implemented. I will likely have missed a few sma…