Questions tagged [traefik]
28 questions
0
votes
0 answers
Traefik has node affinity
I installed traefik via Helm from this repo: https://helm.traefik.io/traefik
It works, but it creates a persistent volume as hostPath which leads to a node affinity for the traefik pod. So it is not high available and it cannot be moved to another…

Peter
- 123
- 4
0
votes
1 answer
Why can't traefik find the docker network it must use?
I am running a traefik in a container, together with other containers, most notably docker-socket-proxy so traefik can run as non-root. My compose works, but there is a warning message that tells me this is more luck than skill. The warning message…

gctwnl
- 171
- 11
0
votes
0 answers
traefik proxy docker swarm mode high availability
I am setting up using traefik as a reverse proxy for my infrastructure/applications deployed via docker swarm
They recommend to only put the service on manager nodes. My plan was to have 1 manager and 3 workers.
Should I
Add another manager?
Run on…

Chris Muench
- 487
- 3
- 10
- 31
0
votes
1 answer
metallb and Helm traefik install dashbord 404 not found
I installted traefik using helm
but when I try to navigate trough web ui I have error 404 not found with http and https:
helm install traefik traefik/traefik
kubectl get svc -l app.kubernetes.io/name=traefik
NAME TYPE …

Rabah DevOps
- 3
- 1
- 3
0
votes
0 answers
port forward ssh from traefik reverse proxy on docker to a k3s container
I'm running a k3s cluster (1 master + 2 workers) and a docker traefik container on the same host (master). The traefik docker container is actually doing the reverse proxy stuff for tls which is working already on ports 80 and 443 for my different…

jimmi4u
- 1
0
votes
1 answer
Check response of one backend before proxying to another
I have two backends in two locations behind an Nginx frontend. Backend A implements authentication with OAuth. Backend B doesn't.
I think a lazy way of adding authentication for location B would be to send each request to backend A first. The flow I…

Daniel Darabos
- 103
- 3
0
votes
0 answers
Moving nginx/minio setup to docker/traefik/minio
I am currently running an nginx server in front of a number of minio servers. Each minio server runs on its own port on localhost for a single user and nginx is used for SSL termination and forwarding to that internal process. The nginx config looks…

gctwnl
- 171
- 11
0
votes
0 answers
404 error with lighttpd and unable to get lighttpd access.log and error.log working under docker compose
I am a beginner with traefik, lighttpd, docker compose, and I am trying to get logging working for lighttpd under docker compose.
My lighttpd.conf file contains:
server.modules = (
"mod_debug",
"mod_accesslog",
…

gctwnl
- 171
- 11
0
votes
0 answers
Cert-manager letsencrypt pending with cert-manager and traefik
i have a cluster on AKS, that is using traefik to serve a simple http service. I'm trying to use letsencrypt, the DNS is setted up and resolves to aks public ip address correctly but all certificate requests becomes stuck and pending, below my…
0
votes
1 answer
Traefik don't keep real ip
I have a problem with Traefik, I want to log from a server with syslog-ng (docker). I have logs but I have reverse_proxy name and I want source IP not the name of traefik. I wish to keep source IP from the host. traefik.yml :
global:
…

warste
- 1
- 1
0
votes
0 answers
in Traefik, any way to forward request to loadbalancer url subfolder?
Is it possible to forward url to subfolder traefik loadbalancer?
like backend server url to http://myserver/myfolder/my
For example:
[http.services.appv2]
[http.services.appv2.loadBalancer]
[[http.services.appv2.loadBalancer.servers]]
…

Farhan
- 4,269
- 11
- 49
- 80
0
votes
1 answer
How to HELM install multiple Traefik with rbac?
I am trying to install two traefik. Each will be in its own namespace. Each traefik will use label selection. Below is the values override I use for each when I run helm install.
rbac:
enabled: true
# Enable prometheus
additionalArguments:
-…

Greg
- 1
0
votes
0 answers
Real Client-Ip with Cloudflare, Docker, Traefik and nginx set up as a mail proxy (Client-Ip in PHP script, not in upstream mail server)
I set nginx as a mail proxy, but i have trouble detecting the real Client-Ip in the php authentication script called by nginx via auth_http.
I am not interested in getting real-IP on the upstream mail server.
This is my stack:
Cloudflare manages…

Frugan
- 141
- 3