hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

Kubernetes deployment?

Open molszews opened this issue 2 years ago • 3 comments

I would like to try and evaluate the OSS version on a pre-prod k8s cluster, is there a helm chart or sort of guide/instruction? Setting up entire app via docker-compose is not really helpful in that environment, as it there are lots of moving parts involved.

molszews avatar Oct 27 '23 15:10 molszews

Hi @molszews! We unfortunately don't have anything quite yet today. It's on our roadmap to make it easy to deploy in K8s as we know the current docker-compose setup is not exactly easy to translate over.

In case you're interested, I'm more than happy to help in whatever way I can if you'd be open to putting together a v1 of a chart 😄

MikeShi42 avatar Nov 02 '23 09:11 MikeShi42

This PR was created recently #325 might help

acrogenesis avatar Feb 28 '24 17:02 acrogenesis

Through #325, we have a community-hosted/maintained Helm chart available at https://github.com/pintoinc/hyperdx-helm for those looking to deploy HyperDX to K8s.

In case anyone hits this issue looking to monitor Kubernetes, that's accomplished via the OpenTelemetry collector (docs)

We've shared a bit of our reasoning as to why we don't have a helm chart in this repo itself here for anyone that's interested.

MikeShi42 avatar Aug 24 '24 04:08 MikeShi42