Skip to main content

Questions tagged [traefik]

The tag has no usage guidance.

0 votes
1 answer
64 views

Error configuring TLS error: secret xxx does not exist

I am using "Traefik", "cert-mangaer", and "Let's Encrypt". Here is my ClusterIssuer file apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: production-...
Hongbo Miao's user avatar
0 votes
1 answer
1k views

Can the K3s installed Traefik be updated independently through helm?

If k3s installs traefik and flags it as a helm chart, can it be updated through helm? When I run the commands below, helm repo add traefik https://traefik.github.io/charts helm repo update helm ...
Evan Carroll's user avatar
  • 2,251
0 votes
1 answer
77 views

New install of helm shows traefik and traefik-crd, but why?

When I run helm ls -A on a new install of Helm, I see, $ helm ls -A NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ...
Evan Carroll's user avatar
  • 2,251
1 vote
1 answer
2k views

Specify container IP as extra_hosts in Docker Compose

I have a compose.yaml serving WordPress with a Traefik reverse proxy. The https port 443 loopback for the WordPress container fails by default because the WordPress container only listens on http port ...
Jeff Lockhart's user avatar
0 votes
1 answer
228 views

Bypassing OAuth in Traefik router that routes to other network device

In Traefik2, I've got router.toml that contains the following lines: [http.routers] [http.routers.sonarr-bypass] rules = "Host(`sonarr.DOMAIN.com`) && Headers(`traefik-auth-...
Gerald's user avatar
  • 101
2 votes
0 answers
122 views

Ingress losing some settings on restart (k3s)

I'm experimenting with some Kubernetes stuff TrueNAS Scale, which comes with k3s (1.25.3) installed. I installed one of the TrueCharts apps (https://truecharts.org/) but the settings for it appear ...
Thorarin's user avatar
  • 121
0 votes
1 answer
2k views

Port forwarding rules with Traefik and Docker.Compose

I'm trying to use Traefik to route to a number of services all running using docker-compose. What I'd like to do is access each service with a prefix, eg: 10.20.30.40/u10/xyz and 10.20.30.40/a10/abc ...
user3166273's user avatar
0 votes
1 answer
525 views

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 ...
jimmi4u's user avatar
2 votes
0 answers
377 views

Self assigned TLS sertificate traefik

My problem is self assigned cert instead of lets-encrypt cert docker-compose.yml: version: "3.7" services: traefik: image: traefik command: - --api - --providers....
pagislav's user avatar
  • 121
2 votes
3 answers
4k views

SSL issue while reaching kubernetes dashboard

I'm configuring a kubernetes cluster (using microk8s) and cert-manager. Certificates work fine to traefik dashboard and to other sites but I have an issue with kubernates dashboard as it's already ...
Alessandro Dentella's user avatar
1 vote
1 answer
237 views

How to get traefik ingress to load balance across several ClusterIP services

I want to be able to load balance several nodes of a backend service represented by ClusterIP services using a traefik.containo.us/v1alpha1 ingress. I know that ClusterIP service can load balance ...
DogEatDog's user avatar
  • 191
3 votes
1 answer
474 views

How should I run a multicontainer app/platform with nginx behind traefik?

I have Traefik reverse proxy running to allow a couple of docker containerized apps to run on the same domain just to learn about running multiple containers following https://www.smarthomebeginner....
mwebuet's user avatar
  • 31