hyperdxio / hyperdx

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.
https://hyperdx.io/
MIT License
6.59k stars 192 forks source link

Kubernetes deployment? #74

Open molszews opened 11 months ago

molszews commented 11 months ago

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.

MikeShi42 commented 11 months ago

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 😄

acrogenesis commented 7 months ago

This PR was created recently #325 might help

MikeShi42 commented 1 month ago

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.