You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
This discussion was converted from issue #11099 on October 12, 2024 19:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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!
Beta Was this translation helpful? Give feedback.
All reactions