traefik-ingress Questions
0
I am trying to add entrypoint and TCP ingressroute for my postgress, it is not working.
I am running Postgress in non SSL mode.
TLS termination is handled by Traefik.
I am using beta v3 Traefik
I...
Overheat asked 29/9, 2023 at 12:53
1
Solved
I have configured traefik as my ingress controller for my k8s cluster on Digital Ocean. I am using terraform + helm to set up the entire cluster + traefik ingress controller + cert-manager. Everyth...
Ape asked 11/2, 2023 at 13:15
1
Should I deploy traefik 1.7.x as DaemonSet or as A deployment in GKE (Google K8S)?
Environment Description
Kubernetes clusters with node autoscaler in Google cloud, hosting several production clust...
Ontario asked 29/7, 2020 at 7:31
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/...
Nordau asked 28/10, 2020 at 21:55
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
1
I am using the default installation of k3s (release v1.17.0+k3s.1) and verified it is working correctly on my Raspberry Pi cluster.
After installing kubernetes-dashboard using the recommended inst...
Fawne asked 18/1, 2020 at 7:18
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
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
1
Solved
Recently I am moving a project to Kubernetes and have used Traefik as the ingress controller. For Traefik I have used the Traefik Kubernetes Ingress provider for routing. When I tried to add the Tr...
Kata asked 28/10, 2020 at 22:56
3
I am trying to setup traefik ingress route using the configuration that is provided at https://docs.traefik.io/routing/providers/kubernetes-crd/
I can see traefik is up & running, can also see ...
Maness asked 7/7, 2020 at 16:59
1
Solved
I'm trying to use Traefik Kubernetes Ingress. I'm using traefik:v2.3. K8's cli version is v1.18.3 and server version is v1.18.6IKS. I'm using IBM Kubernetes services to deploy this. But I'm getting...
Mchail asked 27/7, 2020 at 5:57
1
I need to increase my traefik ingress timeouts because now I'm getting 499 errors.
When I was using Nginx as my ingress proxy as was able to use theses annotations:
appVersion: ..
kind: Ingress
....
Itself asked 18/6, 2020 at 11:44
2
Solved
I am still learning kubernetes and I stumbled over the objects Ingress and IngressRoute. What is the different between these two objects? Did IngressRoute replace the old Ingress? I am running a Ku...
Uranyl asked 11/2, 2020 at 21:16
1
I'm trying to start the change of backends to be compatible with traefik v2.0.
The old configuration was:
labels:
- traefik.port=8500
- traefik.docker.network=proxy
- traefik.frontend.rule=Host...
Bonnybonnyclabber asked 11/4, 2019 at 22:2
1
I am running Traefik on Kubernetes and I have create an Ingress with the following configuration:
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: whitelist-ingress
annotations:...
Island asked 25/1, 2019 at 14:10
0
UPDATE: ATM this is not possible via traefik. I have openend an issue : https://github.com/containous/traefik/issues/4228
I want to add cache-control headers to files having the Content/Type appli...
Euphorbiaceous asked 20/11, 2018 at 11:3
0
Traefik ingress controller has been supporting traefik.frontend.rule.type: PathPrefixStrip for quite some time, which is useful when a root path of a microservice needs to be available at example.c...
Entomostracan asked 5/8, 2018 at 19:27
1
© 2022 - 2024 — McMap. All rights reserved.