How to Set Up TCP Passthrough with RKE2?

0
16
Asked By CuriousCat42 On

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

Answered By TechieTiger88 On

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.

HelpfulHiker21 -

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.

LogicWizard77 -

Just a heads up, TCP and HTTP are quite different!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.