Hello everyone,
I'm in the process of installing k3s and have a question regarding the Traefik ingress controller that comes bundled with it. Does the default Traefik setup in k3s use the Gateway API, or is it still based on the traditional Ingress resource?
I would prefer to use the Gateway API with HTTPRoute for managing ingress. If Traefik in k3s doesn't use the Gateway API by default, could you guide me on how to disable the traditional Ingress controller and switch to Traefik Gateway Fabric instead?
Any advice or guidance would be greatly appreciated. Thanks in advance!
curl -sfL https://get.k3s.io | sh -s - server --cluster-init --cluster-cidr="$CLUSTER_CIDR" --node-label="control-plane"