Running in k8s?
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
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