Skip to content

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

Closed
Th4tM0nk3y opened this issue Mar 19, 2025 · 4 comments
Closed

Docker - Compose to Kubernetes #733

Th4tM0nk3y opened this issue Mar 19, 2025 · 4 comments

Comments

@Th4tM0nk3y
Copy link

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!

@Th4tM0nk3y
Copy link
Author

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.

@JhumanJ
Copy link
Owner

JhumanJ commented Mar 26, 2025

Thanks @Th4tM0nk3y! We're a bit busy these days, and definitely not familiar with Kubernetes but we'll look into it!

@Th4tM0nk3y
Copy link
Author

Th4tM0nk3y commented Mar 26, 2025

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

@JhumanJ
Copy link
Owner

JhumanJ commented May 26, 2025

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!

@JhumanJ JhumanJ closed this as completed May 26, 2025
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