-
Notifications
You must be signed in to change notification settings - Fork 367
Docker - Compose to Kubernetes #733
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
Comments
The beginning of the chart can be found here: Fork - I haven't had much time and in it's current state it definitely won't run, but it's a starting point. |
Thanks @Th4tM0nk3y! We're a bit busy these days, and definitely not familiar with Kubernetes but we'll look into it! |
You're welcome, I'll try and get the helm chart to a somewhat working state, but as it is definitely a side project, might take a minute :) Feel free to ask any clarifying questions you might have around kubernetes and helm charts |
Hey @Th4tM0nk3y thanks again for this request. We've really improved the docker setup in the past week! I don't think kubernetes really is a priority for us right now unfortunately so I'll close this, but any contribution is welcome - thanks! |
As requested, I'm opening an issue to discuss the possibility of adding another deployment method - Kubernetes.
To give a quick explanation why, Kubernetes as a container orchestration tool offers a multitude of features which can improve uptime and scalability, loadbalancing, as well as a cohort of other things.
I've started working on a basic (untested) helm chart, which is essentially a collection of YAML files defining the different components for an application to run in Kubernetes, happy to share the progress if people are interested.
Another layer of complexity which can be removed when using Kubernetes is SSL Certificates as in most Kubernetes environments, running applications which are exposed to the outside, a so-called Ingress Controller is used to handle incoming traffic and SSL termination. (There is the option for mTLS within a Kubernetes Cluster, but that's an entirely different topic).
I'm happy to go into more depth on the setup if this is something you would consider. Cheers!
The text was updated successfully, but these errors were encountered: