338 questions
-1
votes
2
answers
286
views
How do I automatically retry a request in traefik when the downstream service isn't yet ready [closed]
I've configured Traefik within a Kubernetes (k8s) cluster as the ingress. However, I have some legacy containers that are being exposed that don't behave as well as one would want from a modern ...
0
votes
1
answer
486
views
Replace path in the Ingress k8s with traefik
I'm using Ingress (with traefik) to map my scorpio backend using:
- backend:
service:
name: scorpio
port:
number: 9090
path: /ngsi-ld
pathType: Prefix
and I can access ...
0
votes
0
answers
51
views
Prometheus unable to scrap Traefik
I have Traefik deployed with following config
traefik.toml: |
## static configuration
[global]
checkNewVersion = true
[entryPoints]
[entryPoints.web]
address = "...
0
votes
1
answer
30
views
Inconsistent behavior found in the traefik ingress logs
I found some strange log entries and I am trying to find out what it means.
99.9999 % of the log entries follow this format:
x.x.x.x - - [07/Apr/2024:15:08:55 +0000] "GET /modules/theripper-...
0
votes
1
answer
2k
views
Traefik HTTP redirect to HTTPS
I've setup a traefik webrouter and redirected TCP80 and TCP443 to it as default. EntryPoints in traefik.toml are web and websecure as you can see here:
[entryPoints]
[entryPoints.web]
address = &...
1
vote
1
answer
245
views
k3s Ingress not work in local server but works well on cloud services
Installed k3s on a local server to implement microservices, one of these is the authentication service that has several end points such as login or logout:
auth-http NodePort 10.43.221....
0
votes
2
answers
1k
views
Traefik CORS Middleware not respecting accessControlAllowOriginList
I have created following middleware for API endpoint
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: cors-api
namespace: api-staging
spec:
headers:
...
0
votes
0
answers
528
views
Configuring and accessing strimzi kafka through Traefik ingressroutetcp
We are trying to setup our strimzi kafka to work with Traefik as an ingress controller. To do so, we have configured the listeners as type ingress, and also defined a ingress-route-tcp resource.
Even ...
0
votes
0
answers
613
views
How to use existing AWS alb in traefik ingress controller
I installed traefik using helm charts with the below values.yaml
it's not creating ingress and also I am unsure how I should add my existing AWS load balancer name in values.yaml
This is the only ...
2
votes
0
answers
531
views
Using Kustomize to replace the host in IngressRoute YAML of Traefik
I am using Traefik ingress controller for my kubernetes cluster.
I have defined a IngressRoute of Traefik :
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: my-app-route
spec:
...
1
vote
1
answer
1k
views
traefik ingress is not showing the clientAddr external IP when externalTrafficPolicy set to Local
We have the latest traefik [1] deployed with helm into our EKS cluster. We want to setup whitelist on IP for ingress. So we need client address to be external IP.
In Ingress like Nginx. It works when ...
0
votes
1
answer
879
views
Change UI URL of Argo CD
Setup
I am using an Azure Kubernetes Cluster with Azure Application Gateway.
The external domain is aks-tst.myurl.com. The Application Gateway overrides this host to aks-tst.intern.com and forwards ...
1
vote
1
answer
266
views
Why do TLS ingresses return no cyphers for the first few minutes after creation?
When creating a vanilla Kubernetes Ingress or a Traefik IngressRoute with a TLS secret configured to do termination, I find that attempting to curl or visit them on a browser I get errors like:
...
1
vote
0
answers
357
views
Traefik K8s CORS error: CORS request did not succeed
I have a web and api microservice. Both need to be exposed to external traffic. Traefik is my ingress controller and it was installed using the helm chart where version = 23.2.0
I am using Traefik for ...
0
votes
0
answers
248
views
Can I Use Traefik with Azure frontdoor private link?
I am using traefik with ingress in my AKS application which is in Azure. right now, the domain resolves to ingress LB public IP and traefik routes it to right service. I want to add an Azure Front ...
1
vote
0
answers
332
views
unauthorized login after adding traefik
I just added Traefik to a project that I'm working on, and when I'm trying to login I get a 401 Unauthorized. The authentication process was working fine before.
The authentication is an sso based on ...
0
votes
1
answer
1k
views
Custom Domain and Certificates on AKS with App Gateway
I'm struggling to understand how all things need to be configured in the following scenario:
custom domain registered by the client to be something like api.<appname>.dev.client.com
managed ...
0
votes
1
answer
140
views
FluxCI traefik and the stripprefix middleware not being loaded
I'm currently using FluxCI to deploy my services to an on prem k8s install. I have ran into some other issues with my personal services so I have boiled one issues down to the prefix that is being ...
0
votes
1
answer
1k
views
What am I doing wrong with my setup of Traefik, Cloudflare and Truenas?
I currently use a Cloudflare tunnel through the cloudflared app. I have the tunnel up and running. Within the tunnel I have a few public hostnames setup.
In Truenas I'm using clusterissuer for ...
1
vote
0
answers
111
views
how to dynamically configure custom ingress controller rules for golang grpc gateway service
i am currently discarding traefik ingress controller and writing the golang code.
i need help in understanding how to configure the ingress controller rules dynamically from grpc request and then ...
0
votes
1
answer
573
views
Traefik self signed certificate on openshift with the ingress object
I have a problem where i can create an ingress object, and make it work with https but it does not provide a custom certificate I have created and specified in the "ingress" object.
I am ...
0
votes
1
answer
803
views
Deploying traefik on EKS with Application Load Balancer controller
I am trying to setup traefik on AWS EKS Cluster with Load Balancer Controller.
Here is how my helm-values.yml file looks like:
ingressClass:
enabled: true
isDefaultClass: true
ingressRoute:
...
1
vote
0
answers
136
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 ...
0
votes
1
answer
1k
views
Access application in cluster via node IP address connection refuse
(The final goal of what I am doing is to access my application via node IP address)
My cluster is using Traefik ingress controller.
The Ingress rule is:
kind: Ingress
...
...
...
1
vote
1
answer
1k
views
How do i use traefik to expose a web server outside of kubernetes cluster
i'm using a k3s cluster with traefik and i want to expose a nginx web server that is outside of the cluster in a VM.
I want to know if it is even possible to do that and if it is, how do i do it.
I've ...