This message was deleted.
# k3s
a
This message was deleted.
b
Traefik supports configuration of
IngressRoute
Objects for l4 specific workloads for example: https://doc.traefik.io/traefik/v2.3/routing/providers/kubernetes-crd/#kind-ingressrouteudp for UDP
c
it might be simpler to just use ServiceLB to expose an LB-type service.
Or if you want more options, you can disable ServiceLB and use MetalLB or Kube-VIP instead
Trying to get raw TCP/UDP services running through an Ingress controller can be an awful lot of work for something that’s better handled by a Service
g
hmm, ok