Skip to main content

Questions tagged [ingress-route]

The tag has no usage guidance.

ingress-route
0 votes
0 answers
30 views

create ingress success but did not found with kubectl

I am trying to create ingress in kubernetes 1.29.x cluster, this is the yaml configuration: apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: ai-web-route namespace: reddwarf-pro ...
Dolphin's user avatar
  • 35.7k
1 vote
0 answers
94 views

How to Canary rollout between two namespace, using Treafik v2

I want to implement Canary release between two namespace : ns-A (old version), ns-B (new version). My cluster have Traefik v2 and it's not possible to install an another controller, two bad because I ...
Doul's user avatar
  • 61
6 votes
2 answers
4k views

From Ingress to IngressRoute with CertManager, HTTP01 Challenge and Let's Encrypt ClusterIssuer

I have a Kubernetes (v1.25.2) cluster running with cert-manager 1.11.0 and Traefik 2.9.6. For some services I want Let's Encrypt to auto sign certificates. For some reason, it feels nicer, to use ...
Danielson's user avatar
  • 2,696
0 votes
1 answer
155 views

AKS ingress route reloading issue

Hi I am deploying a flutter based web application into AKS private cluster. I configured NGINX ingress controller in my cluster and added dns entries for my ingress controller external IP. I ...
AjayKumar's user avatar
0 votes
1 answer
2k views

error while parsing rule Host(\\`registry.domain.com\\`): 1:6: illegal character U+005C

I have a Kubernetes Cluster set up. I am trying to set up an IngressRoute for traefik dashboard and I have been following this guide: https://blog.zachinachshon.com/traefik-ingress/ When I add the ...
Ross's user avatar
  • 2,367
0 votes
1 answer
2k views

traefik ingressroute - URL should redirect to a default path

kubernetes ingress rules, AWS ALB rule has default path rule if no path is provided in the URL. I couldn't figure out similar config in Traefik ingressroute. Right now - https://example.com goes to ...
Chakaravarthy Natesan's user avatar
1 vote
2 answers
1k views

Traefik IngressRoute redirect doesn’t work

I have setup following IngressRoute for default path and wp-* apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: external-1 namespace: marketing spec: entryPoints: - ...
rp346's user avatar
  • 6,738