Christian Huth

Results 48 comments of Christian Huth

@deepy what do you mean with conflict? As far as I know you can have mutliple different releases in one repository.

@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](https://github.com/christianknell/helm-charts). The database is already added...

@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?

@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....

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. ;) @SchoolGuy sounds awesome...

> 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...

Be aware, that Docker is not supported anymore by Kubernetes starting with v1.23. Therefore it would be better to support other Container runtimes as stated in this issue #2226

You could run glances as DaemonSet to collect metrics of all containers on all hosts. But Docker isn't supported by Kubernetes anyway today so I think support for other container...