-
jdtAre there any official recommendations for Kubernetes on Triton these days? I know about github.com/TritonDataCenter/triton-kubernetes, but that doesn't seem to be actively maintained. I just went through the process of bringing up a Debian 12 system with MicroK8s on my Triton cluster, tied to a network interface configured via PCI passthrough (to allow MetalLB to assign real addresses). That seems to work fine, but I'm wondering if there's a "better" patte
-
pjusticeGlad to hear you'll be submitting a pull request for the above page! :)
-
jdtThe Triton Kubernetes page? That's a whole project in and of itself that hasn't been touched much in 3 years - I wouldn't even know where to start. But the salient question I suppose, is if there's a better way to handle network interfaces in Triton for something like Kubernetes. Passing through a PCI device seems like it's outside of the expected architecture. I'm glad it works! I just wonder if there's a more elegant solution.
-
jdtI was thinking maybe linking MetalLB up to a router via BGP and keeping the service addresses local to the VM. But I don't know if I can route through a Triton NIC like that.