I'm trying to get TCP passthrough working with RKE2, but I'm having a hard time finding up-to-date resources—so much of it feels incomplete! Can anyone point me in the right direction to set this up?
1 Answer
RKE2 is based on Kubernetes and uses the ingress-nginx controller. What specifically are you trying to achieve? Make sure to check out the ingress-nginx documentation for configuration details on charts and ingress resources.
Just a heads up, TCP and HTTP are quite different!

I attempted to do it the "right" way using a helm chart config file on disk, but no matter how I configure the parameters like tcp: or extraargs, the Ingress container keeps crashing.