pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

how can i use docker image instead of helm-chart to deploy pangeo? #118

Closed xinxinh2020 closed 3 years ago

xinxinh2020 commented 4 years ago

for some reason,i have no a helm environment and not intend to deploy pangeo in public cloud such as GEC. can i use kubernetes with docker image instead of helm-chart to deploy pangeo?

jhamman commented 4 years ago

@huangxinxin-szu -

You may checkout the helm documentation on how to install the helm command line tools: https://helm.sh/docs/intro/install/

More broadly though, it would be useful to know what your use case is. I'm inclined to say the most direct way to deploy Pangeo on kubernetes is via this helm chart. You may also be interested in the pangeo-stacks repository of Pangeo-ready docker images.

jacobtomlinson commented 4 years ago

It is also possible to render the helm chart into regular kubernetes config files and apply them yourself if you wish.

https://helm.sh/docs/helm/helm_template/

But as @jhamman says helm is going to be a straight forward way to install this on kubernetes.

xinxinh2020 commented 4 years ago

It is also possible to render the helm chart into regular kubernetes config files and apply them yourself if you wish.

https://helm.sh/docs/helm/helm_template/

But as @jhamman says helm is going to be a straight forward way to install this on kubernetes.

Thinks for your reply. I have deployed Pangeo via helm at first, following your advice. It is useful for me to have a general understanding about the Pange project, though it takes me serveral days to do it for some enviroment and network problem and my poor understanding for some related knowledges. I am sorry to reply so late also.

As for use case, we have a platform based on kubernetes, and user can commit their docker images and some configs(yaml format) to the platform which then schedules the user task via kubernetes. Unfortunately, our platform have not supported relm yet, so i think i have to convert the pangeo relm-chart to docker images and config files. Am I right? Any relpy and good advice would be gratefull.

xinxinh2020 commented 4 years ago

It is also possible to render the helm chart into regular kubernetes config files and apply them yourself if you wish.

https://helm.sh/docs/helm/helm_template/

But as @jhamman says helm is going to be a straight forward way to install this on kubernetes.

“render the helm chart into regular kubernetes config files and apply them yourself” may be what i want. I am trying this way. Thanks for your advice.

jhamman commented 3 years ago

Closing as this issue has lingered for some time now. Feel free to reopen if there is more to discuss here.