owntracks / recorder

Store and access data published by OwnTracks apps
Other
907 stars 123 forks source link

Helm chart for deploying recorder on Kubernetes #492

Open hannesknutsson opened 2 months ago

hannesknutsson commented 2 months ago

I've been looking at deploying OwnTracks on Kubernetes. The best Helm chart I have seen for doing so is this. But that doesn't look too official and hasn't been updated since 2023.

Is there any better Helm chart I could use somewhere?

If not; Would it be of interest if I would attempt making one?

jpmens commented 2 months ago

It certainly isn't official (we've never used the term "Reporter" -- the program is called "Recorder"!).

I'm not actually aware of anybody running this in Kurbernetes, but if you're willing to contribute one, we'd certainly put it in the contrib/ tree of the Recorder.

jpmens commented 2 months ago

And if you make it so that I also understand how to install it, I'll even test it. 😄

I've got a tiny k3s installation here in order to test/run Ansible AWX, so I'll be ready when you are.

hannesknutsson commented 2 months ago

Okay, cool! I will have a look when I get time!

ykram commented 1 month ago

FWIW I've been running this and the front end in a k3s cluster since the beginning of this year, deploying all the required resources using terraform and the kubernetes provider. I haven't really had any issues, except for a crashloopbackoff when restarting the containers which eventually fixes itself. While not deployed with Helm, I'd be happy to help out if needed.