https://rancher.com/ logo
#rke2
Title
l

loud-eve-73457

02/13/2023, 9:53 AM
hey, I wonder to know how to expose TCP service with rke2-ingress-nginx. I cannot find any step by step tutorial. It seems I could edit a configmap like below, but It cannot work. Any suggestion on it. Great thanks.
Copy code
apiVersion: v1
kind: ConfigMap
metadata:
  name: tcp-services
  namespace: ingress-nginx
data:
  9000: "default/example-go:8080"
4 Views