python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Traefik Ingress rewrite-target does nothing
I have a backend service which responds to / but I want it to run on the ingress route myhost.com/overview. No matter which configuration I try, traefik does not strip the path /overview away - I can ...
Marc
Votes: 0
Answers: 1
Diagnosing K3S Ingress 404
I am unable to get even the most basic examples of Ingress Resources working in K3S.
According to the documentation, a Traefik Ingress Controller is installed by default but it doesn't seem to handle/...
Marc
Votes: 0
Answers: 2
PathPrefixStrip is ignored on ingress
Traefik version 2.5.6
I have the following ingress settings:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/app-root: /...
Michael A.
Votes: 0
Answers: 1