gravity icon indicating copy to clipboard operation
gravity copied to clipboard

Running in k8s?

Open PolarizedIons opened this issue 2 years ago • 1 comments

I want to run this in k8s, as that's all infrastructure I have at home. I'd need to loadbalance the correct ports, but not sure which they are? Are they static or dynamic? Does the image really require host networking? Thank you

PolarizedIons avatar Sep 09 '23 14:09 PolarizedIons

You can have a look here for how I run gravity in K8s (allthough this is not my "production" instance): https://github.com/BeryJu/k8s/tree/main/clusters/beryjuio-home/gravity

The host network is required when you're running DHCP, or you can use a DHCP relay but there's #618 which I haven't gotten around to looking into yet

I might also create a helm chart for gravity, but it might be a bit pointless as long as I dont run it in kubernetes in production myself

BeryJu avatar Sep 09 '23 17:09 BeryJu