Questions tagged [traefik]

Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease

Træfik (pronounced like traffic) is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, and a lot more) to manage its configuration automatically and dynamically.

Useful links

2251 questions
0
votes
1 answer

Traefik IngressRoute CRD not Registering Any Routes

I'm configuring Traefik Proxy to run on a GKE cluster to handle proxying to various microservices. I'm doing everything through their CRDs and deployed Traefik to the cluster using a custom deployment. The Traefik dashboard is accessible and working…
Zach W
  • 27
  • 6
0
votes
0 answers

traefik Mtls problems with configuration

I have a problem with mtls in traefik, I need to enter traefik as a client with mtls but the configuration that I tried is not working for me since it enters the link without any certificate http: routers: crypto-router: tls: …
0
votes
0 answers

Wordpress on Traefik is serving page with HTTP links, but it should be HTTPS links

I'm trying to setup a Wordpress blog with Traefik, Nginx and HTTPS. The idea is: Wordpress is hosted in a HTTP-Based Nginx container. Traefik redirects HTTP content to HTTPS. For doing that, I am using as reference this GitHub repo. The following…
0
votes
1 answer

Which proxy mode to use if host company terminates TLS on reverse proxy

Friendly Disclaimer: I am new to working with Keycloak and IdP in general. So it's likely that I use incorrect terminology and/or am more confused than I think I am. Corrections are gratefully accepted. My question is conceptual. I have a TLS…
linus
  • 399
  • 3
  • 19
0
votes
1 answer

502 Bad Gateway for some services via Traefik

Docker and Traefik newbie here. I'm trying to configure Traefik to reach couple of services. For some I succeeded, for some I did not and I'm getting 502 Bad Gateway errors. I used similar rules for routing for Nginx and Pihole. When I access…
skarembel
  • 21
  • 3
0
votes
0 answers

Traefik with extern Hosts

I have tried to set up Traefik, but I stuck at the Problem that Traefik don't show up my Nextcloud. I only can see the 404 page. SSL Works, Traefik dashboard works and is encrypted. I can configure Labels from other Container which works without…
0
votes
0 answers

How can I isolate the containers behind Traefik?

I've got a Traefik instance running on Docker which serves a Portainer instance. I'd like to isolate the stacks created using Portainer. Now they are all served on the same Traefik network. I've already seen this answer but it actually says to…
KaMZaTa
  • 535
  • 2
  • 9
  • 24
0
votes
0 answers

port forward ssh from traefik reverse proxy on docker to a k3s container

I'm running a k3s cluster and a docker traefik container on the same host. 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 subdomains. I'm trying to get ssh…
jimmi james
  • 11
  • 1
  • 4
0
votes
1 answer

Get 502 Bad Gateway when running Nominatif with Traefik

I have a server with Traefik and Docker running a few apps. I'm very satisfied with it but wanting to run nominatim on my server I'm blocked. When I run the Nominatim image with a configuration very close to my other apps, I get a 502. I tried many…
garrym
  • 61
  • 4
0
votes
0 answers

Traefik rewrite-middleware breaks all routes

I have traefik config in my docker-compose file which routes traffic between several apps and I'd like to add a middleware to app-main to forward all www.hostname requests to hostname. I've added the following lines -…
Alexey Poimtsev
  • 2,845
  • 3
  • 35
  • 63
0
votes
0 answers

Open source reverse proxy with SSL certificates in persistent storage for cluster configuration

I am wondering if anyone knows of an open source reverse proxy that is able to read CA files in persistent storage - in a swarm. I would like to build a reverse proxy in the swarm so if one manager fails the other can carry on. I was developing with…
grayred8
  • 93
  • 6
0
votes
0 answers

Traefik 2.0 301 Redirect Not Working Load Balancing

I have the below config file that I am using to load balance my application. HTTPS is working fine, but there are some parts of the application that still produce a 302/301 response and the application breaks. I have been able to find a work around…
Brandon Wilson
  • 4,462
  • 7
  • 60
  • 90
0
votes
0 answers

traefik redirect http to https with PathPrefix

I have nginx running in a container behind Traefik, and I'm trying to redirect any http to https using Traefik middleware. If I browse to https://domain-name/website-name I can see my container, but if I browse to http://domain-name/website-name, I…
Frank
  • 952
  • 1
  • 9
  • 23
0
votes
0 answers

Docker Compose file for Traefik, Portainer, websites, and https using dnsChallenge

I'm trying to setup a docker file in order to serve all my websites and Portainer behind Traefik. All should works in HTTPS using Letsencrypt and DNSChallenge (Cloudflare). on portainer.mywebsite.com should I access to Portainer on…
KaMZaTa
  • 535
  • 2
  • 9
  • 24
0
votes
0 answers

Redirect DNS with Traefik to container on different port

I have found many similar questions online, but I am certainly lost in this topic which is new for me and I hope somebody can guide me through my problem. In my setup, I have a docker container which runs a secure version on port 8443 and a…
Leanhope
  • 1
  • 4
1 2 3
99
100