traefik Questions

1

Fell in love with Traefik's presentation on youtube, so I've been trying to set it up. My docker server is on 192.168.0.23. Even when querying from another host from my LAN (192.168.0.144), I am a...
Mossberg asked 18/12, 2018 at 1:53

2

Hello traefik friends. I just started to look into traefik. All tutorials show how to run one docker-compose.yml file with traefik togather with other containers. I most often have many separate do...
Scurrilous asked 19/12, 2021 at 19:3

1

Solved

I have a domain example.org. I have docker running there with Traefik as proxy. Now I want to setup Keycloak. I want to access Keycloak on auth.example.org. This is my config (docker-compose): key...
Gemina asked 6/8, 2022 at 12:49

1

Solved

I have a docker swarm setup with traefik in it. I added a service (in this case, grafana and prometheus) with this label: grafana: ... labels: - "router=inbound" - "traefik.http...
Windtight asked 10/2, 2022 at 13:28

1

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...
During asked 16/7, 2022 at 2:9

2

Solved

I'm having a hard time trying to configure one redis container for all my applications using traefik. This is my configuration: 1 - Docker compose for Traefik and Redis: version: '2' services: ...
Sitra asked 3/11, 2017 at 17:37

2

Solved

I am trying to use Traefik to deploy proxy multiple applications in my Docker Swarm mode cluster. I have got it so that it proxies a named Host but I want it to proxy on a named Host and Path, but...
Chablis asked 28/5, 2017 at 21:51

2

Solved

I am using Traefik (v2.2) on Kubernetes, using a wildcard domain certificate for HTTPS access. The following are my Traefik deployment and Ingress configurations: kind: Deployment apiVersion: apps/...

2

Solved

We have a setup with Traefik as the Ingress Controller / CRD and ArgoCD. We installed ArgoCD into our EKS setup as described in the Argo getting stared guide: kubectl create namespace argocd kubect...
Vanden asked 31/3, 2022 at 12:57

3

Solved

I'm trying to set up Upsource to work behind Traefik: https://www.jetbrains.com/help/upsource/proxy-configuration.html traefik is listening to port 8008 and 8443 (since 80/443 will be used for ano...
Tier asked 20/9, 2017 at 4:33

3

I'm trying to deploy AWX on k3s and everything works just fine, however I'd like to enforce SSL - so, redirect HTTP to HTTPS. I've been trying to test the SSL enforcement part, however it's not wor...
Noleta asked 29/7, 2021 at 11:56

2

I've implemented Traefik on Kubernetes following the User Guide. That gives me an ingress-controller and I was able to create an ingress and the traefik-ingress-service listening on 80 and 8080. I...

1

I have a docker swarm with traefik running in it and I want to be able to serve Grafana in https which is currently in http. I've tried with the following traefik compose configuration: version: ...
Wineglass asked 27/3, 2019 at 16:29

1

I'm using traefik 2.0 with docker provider (swarm mode) and I wish to provide a default way for services publishing themselves on traefik avoiding conflicts. I managed to create a default rule mat...
Sacha asked 2/12, 2019 at 17:42

4

Solved

I want Ingress to redirect a specific subdomain to one backend and all others to other backend. Basically, I want to define a rule something like the following: If subdomain is foo.bar.com then ...
Willson asked 14/9, 2018 at 9:1

2

Solved

I'm new to the docker. Any help and tips are welcome. Environments: Windows: Windows 10 Pro 21H1 Docker Desktop: 3.4 I can run hello work example without any issues. But seems like I can't use na...

2

My Traefik config for WordPress contains the following docker-labels: - "traefik.backend=wordpress" - "traefik.docker.network=web" - "traefik.frontend.rule=Host:MyHostName....
Ioves asked 3/4, 2018 at 20:29

3

I have developed several docker-ized full-stack web applications that I am trying to route requests to using Traefik. I want to take advantage of the dynamic configuration via docker-compose labels...
Tresatrescha asked 21/10, 2019 at 18:28

2

Solved

I want to redirect one URL to another URL through traefik. I am using docker for this configuration and below is my docker-compose.yml file version: '3' services: reverse-proxy: # The officia...
San asked 8/1, 2020 at 12:50

3

*Cross-posted to k3d github discussions, to a thread in Rancher forums, and to traefik's community discussion board Tutorials from 2020 refer to editing the traefik configmap. Where did it go? The ...
Carminacarminative asked 28/7, 2021 at 17:39

1

Solved

I am trying to setup a certificate for a locally running react app on a virtual host local.example.com. This has to just work locally on docker setup. After going through some articles, I came up w...
Chez asked 23/1, 2022 at 8:35

2

Solved

Now I am using HostSNI(*) to mapping the TCP service like mysql\postgresql... in traefik 2.2.1 in Kubernetes cluster v1.18 . beacuse I am in my local machine and did not have a valid certification....
Kobold asked 12/9, 2020 at 5:21

4

I am very new to Traefik and Kubernetes. I installed Traefik through helm (repo: https://traefik.github.io/traefik-helm-chart/, helm version 3.5.2, chart traefik-9.19.1). Then I wanted to get prome...
Korfonta asked 23/4, 2021 at 12:54

2

Solved

I'm trying to use traefik 2.0 (!) in docker swarm mode. This is my stack: version: '3.7' services: traefik: image: traefik:latest ports: - 80:80 - 443:443 deploy: replicas: 1 placement: c...
Fantinlatour asked 27/10, 2019 at 15:30

4

Solved

I am trying to use the path based routing mechanism provided by Traefik ingress controller in Kubernetes but I have some issues with the url rewriting. My [UPDATED] configuration is as follow ap...
Jamarjamb asked 29/1, 2019 at 1:51

© 2022 - 2025 — McMap. All rights reserved.