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

Need helm chart to deployment on k8s #932

Open
bellondr opened this issue Aug 23, 2022 · 1 comment
Open

Need helm chart to deployment on k8s #932

bellondr opened this issue Aug 23, 2022 · 1 comment

Comments

@bellondr
Copy link

With more and more developers using k8s to deploy services in prod environments, I think we should provide helm charts, not just docker-compose.

@morucci
Copy link
Collaborator

morucci commented Aug 29, 2022

Hi,

A Helm chart has been cooked late in 2020 so it might need some re-work to adjust with recent changes on Monocle. See this issue: #278

Furthermore, plain YAML manifest files are available to deploy on k8s in the "deployment/" directory. Note that you should be able to use "kubectl apply" instead of the "make up-stage" which use "oc" for OpenShift deployment.

I plan to support, in a near futur, an official way to deploy on k8s (documented in the README.md) as an alternative to the docker-compose, however it might not be based on Helm.

Cheers

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

No branches or pull requests

2 participants