-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Helm Chart for easy Kubernetes deployment #209
Comments
I currently don't have any plans on my own for that. I'd be willing to accept pull requests, though. 🙂 |
Alright. I will build one. :) |
Chart is available here: https://github.com/christianknell/helm-charts/tree/main/charts/typo3 and published here https://artifacthub.io/packages/search?repo=christianknell&ts_query_web=typo3. Currently there is still a bug which prevents it from being reachable through an Ingress resource. Don't know it this needs a fix in your Docker Image or in the way i define the Ingress resource. |
Thanks for the HelmChart! However I am curious how you handle the storage? Since this is a deployment and not a StatefulSet (this is my setup atm), I believe running this long-term is a bit tricky. What I would find a useful additions:
|
@SchoolGuy thanks for the suggestions. I will add healthchecks, redis and the apache exporter. Please feel free to add Issues over at my Helm repository. The database is already added as subcharts using the Bitnami Helm charts - see the dependencies here. |
@martin-helmich: is your Docker image able to use Redis? Are there any Environment variables for configuring this? |
@martin-helmich: are there any build-in healthchecks i can build the Kubernetes probes on? |
We'd probably need to adjust the Docker build to build and install the redis extension. Currently, the image is designed to just drop you into the installer, and does (currently) not support any ahead-of-time configuration via environment variables. That is a change which I've also talked about with quite a few people by now and would be a welcome addition (although an entirely different beast, altogether -- especially keeping BC).
Currently not. You could just probe |
@martin-helmich: thanks for providing this information. I will then simply include Redis into the Chart as a dependency, so people are able to install everything they need in one package. The definition than has to be done the "usual TYPO3-way". Would it make sense to also include Memcached as a dependency? |
TBH I've always avoided using Memcached when I had the option to use Redis, instead. If at all, I'd recommend only adding it as an optional dependency, that would need to be explicitly enabled via the Helm values. |
@martin-helmich As I am using your image already for this purpose and I would like to make the experience smoother, is there anything I could help with? I am aware that keeping such an image alive is not easy but I would be willing to help if I get told what to do. |
Sure, any help is appreciated. ❤️ TBH I haven't followed this thread for a while (my time to work on this has been limited, recently), but I'll see if I can (later today) get an overview on anything that is actually still needed for providing an actual, smooth cloud-native experience and translate those into some actionable issues. |
Would love to help here as well. |
@christianknell I just saw we could meet up for a coffee and do a hackathon together for this, as we live in the same city. ;) |
What a small world. 😅 Nürnberg is a bit out of the way for me, otherwise I'd join up, too. 😉 As promised, I've collected my thoughts and created an umbrella issue (#229) for all the things that I could come up with for a "real" cloud-native deployments. As mentioned, any help is appreciated. ❤️ @christianknell Admittedly, I kind of lost track of the Helm chart issue a little bit; are there any remaining open issues or blockers? I've some experience with Kubernetes and Helm and be happy to jump in, if needed. |
@SchoolGuy sounds awesome :) |
@martin-helmich basically the chart is ready, but as far as I remember there was still an issue with the ingress resource. But can't recall the exact problem at the moment. Will have a look into that this week. |
Are there any plans for building a Helm Chart on top of these Docker Images to run TYPO3 in a Kubernetes cluster?
The text was updated successfully, but these errors were encountered: