-
Notifications
You must be signed in to change notification settings - Fork 68
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
Request for support deployment on Kubernetes, yaml or helm. #20
Comments
FYI: I've created a repository for sharing my helm chart about this feature: https://github.com/matrixji/nebula-studio-helm I'm not sure if it is suitable to contributing it as a sub-folder in this repository, if people want to deploy nebula-studio under Kubernetes, it could be a reference for starting. |
Thank you @matrixji, amazing work! This is for sure our missing pieces and maybe the helm is perfect for the stateless studio to enable unified(k8s infra only) studio deployment!!! @MegaByte875 @nianiaJR could you kindly look into this? How could we collaborate with @matrixji to bringing this great convenience to the whole community? Help transfer the repo to the community or merge it into a subfolder of this repo/operator repo or submodule? |
OK,we‘ll test & check it.Thanks @matrixji 🌹 |
Thank you for your contribution @matrixji |
Thanks for the feedback, I'll raise a PR to put it into a subfolder. |
- add helm chart for nebula-studio. Resolve issue: vesoft-inc#20 Signed-off-by: Ji Bin <[email protected]>
- add helm chart for nebula-studio. Resolve issue: vesoft-inc#20 Signed-off-by: Ji Bin <[email protected]>
- add helm chart for nebula-studio. Resolve issue: vesoft-inc#20 Signed-off-by: Ji Bin <[email protected]>
- add helm chart for nebula-studio. Resolve issue: #20 Signed-off-by: Ji Bin <[email protected]>
Is your feature request related to a problem? Please describe.
As we have
nebula-operator
, currently we are already could deploy a nebula graph cluster on Kubernetes quickly. But still not possible to deploynebula-studio
directly on Kubernetes.Describe the solution you'd like
A yaml or helm solution to deploy nebula-studio on Kubernetes:
Describe alternatives you've considered
Maybe a simple transitional solution is using Infinity to deploy studio/importer/http-gateway in the same node with RWO Volume, and using NodePort to export service.
Additional context
None
The text was updated successfully, but these errors were encountered: