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
0 answers

Traefik IngressRoute multiple TLS certificates not possible?

Learning about how to connect my 2 domains (foo.com, bar.com) to a VPS with on it a single node K3s cluster. Completely new to this I concluded I need for each domain a TLS certificate. I read about DNS.01 challenge but that is for sub domains like…
furion2000
  • 79
  • 7
0
votes
1 answer

How to create Traefik IngressRoute out of Traefik configuration?

I want to deploy Zitadel in my Kubernetes Cluster, but I'm struggling to get the Traefik IngressRoute right to work with Zitadel. It's a problem with http2 and Grpc forwarding, but I can't figure out which options are needed. I created a zitadel…
8bit
  • 528
  • 2
  • 6
  • 25
0
votes
0 answers

Get Visitor IP or a Custom header in Jaeger docker behind docker traefik (v2,x)

we are experimenting with JAEGER as a tracing-tool for our traefik routing environment. We also use an ecapsulated docker network . The goal is to accumulate requests on our api's per department and also some other monitoring. We are using traefik…
exa.byte
  • 155
  • 1
  • 12
0
votes
0 answers

Multiple entrypoints on same port with different address

I'm currently trying to set up an internal entrypoint in traefik and am hitting a major brick wall. The basic architecture I'm trying to achieve is: Services via HTTPS, exposed via PUBLICIP:443 Services via HTTPS, exposed via PRIVATEIP:443 I…
stewbert
  • 51
  • 1
  • 5
0
votes
0 answers

Issue with routing http flow with Traefik

I have a small lab setup on docker lab server where I have several containers. I wanted to set up a proxy with Traefik, but I stuck on one thing. Looks like routing works fine but I am having err_connection_refused when I try to access routed…
revan
  • 17
  • 3
0
votes
0 answers

Replacing Nginx with Traefik caused Django to use admin files via HTTP instead of HTTPS, breaking functionality

I had a perfectly fine Django CMS 3.4.1 setup running behind Nginx as an edge-server with SSL termination. The complete chain was: nginx (SSL) → nginx (django server) → gunicorn → django All I did was to replace the first nginx reverse proxy with…
McFarlane
  • 1,777
  • 2
  • 22
  • 39
0
votes
0 answers

Traefik. Embedding plugins beforehand to avoid on-startup compiling

I like the idea of Traefik plugins, but I'm not sure that downloading dependencies and compiling plugins on every Traefik startup is a good idea. Are there any way to embed plugins beforehand, so Traefik will download and compile nothing on…
pprishchepa
  • 997
  • 1
  • 9
  • 21
0
votes
1 answer

Traefik dasboard not working with subdomain

I am trying to setup Traefik dashboard under a subdomain, but I am getting 404 page not found. However, I can access the api without any problems. Below is the docker-compose.yml that I have created. version: '3.7' services: traefik: image:…
huber.duber
  • 762
  • 2
  • 7
  • 31
0
votes
1 answer

Traefik websocket secure ( wss ) and https on the same domain with docker

I struggled on this for at least the last day and didn't found a solution. I want to connect Websocket and https on the same docker. I have tried many thing. Here is my configuration: Traefik V2 first : here is the docker container version:…
user2626210
  • 115
  • 5
  • 13
0
votes
0 answers

Error when using traefik to generate SSL certificate in aws elastic beanstalk

I have a website running in AWS using elastic beanstalk service. I'm using docker to deploy it, by importing a docker-compose file that pulls and runs an image from my dockerhub repository. I also have a 53 route redirecting to my website, so it's…
0
votes
0 answers

TLS communication between ingress and auth microservice fails in k8s

Currently if i try to hit a microservice which has https rest endpoint in my local(mac) with a created ssl certifacte i get proper output. During creation of local machine ssl certificate i have used CN(common name) as localhost. I used openssl. For…
0
votes
1 answer

"Internal server error" when deploying ingress with Traefik

I am using Apache Nifi on Kubernetes. I have deployed it and pods and service are working well. It works well when I port forward my apache nifi service with : kubectl port-forward service/nifi-svc 8443:8443 -n mynamespace But when I try to create…
lbened
  • 65
  • 6
0
votes
0 answers

traefik always send traffic via tcp to middleware not over TLS

We are trying to encrypt communication between traefik ingress and middleware (forwardauth) & ingress to backend server also. Forwardauth redirects traffic to authentication server which is running over https and used selfsinged certificate. In the…
atroy
  • 11
  • 2
0
votes
0 answers

Docker + Traefik 2.2 - www.app.com not using https. How to set https redirect regex

Just started using traefik. if i access www.myappdomain.com, its insecure and wont redirect to https. Please all this versioning of apps are very confusing. I am still uising .toml and configured both static and dynamic traefik files. Please can…
pythonGo
  • 125
  • 2
  • 12
0
votes
0 answers

Traefik max-conn

We are using traefik for ingress and was wondering if there are any configuration to limit the maximum number of concurrent connection. When using Apache or nginx or even haproxy, I always configures the max number of concurrent connections . For…
dan
  • 1
1 2 3
99
100