Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
2 answers
286 views

I've configured Traefik within a Kubernetes (k8s) cluster as the ingress. However, I have some legacy containers that are being exposed that don't behave as well as one would want from a modern ...
ciaranj's user avatar
  • 554
0 votes
1 answer
486 views

I'm using Ingress (with traefik) to map my scorpio backend using: - backend: service: name: scorpio port: number: 9090 path: /ngsi-ld pathType: Prefix and I can access ...
pasquy73's user avatar
  • 629
0 votes
0 answers
51 views

I have Traefik deployed with following config traefik.toml: | ## static configuration [global] checkNewVersion = true [entryPoints] [entryPoints.web] address = "...
rp346's user avatar
  • 7,108
0 votes
1 answer
30 views

I found some strange log entries and I am trying to find out what it means. 99.9999 % of the log entries follow this format: x.x.x.x - - [07/Apr/2024:15:08:55 +0000] "GET /modules/theripper-...
Daxcor's user avatar
  • 145
0 votes
1 answer
2k views

I've setup a traefik webrouter and redirected TCP80 and TCP443 to it as default. EntryPoints in traefik.toml are web and websecure as you can see here: [entryPoints] [entryPoints.web] address = &...
Nico's user avatar
  • 323
1 vote
1 answer
245 views

Installed k3s on a local server to implement microservices, one of these is the authentication service that has several end points such as login or logout: auth-http NodePort 10.43.221....
Pillo's user avatar
  • 357
0 votes
2 answers
1k views

I have created following middleware for API endpoint apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: cors-api namespace: api-staging spec: headers: ...
rp346's user avatar
  • 7,108
0 votes
0 answers
528 views

We are trying to setup our strimzi kafka to work with Traefik as an ingress controller. To do so, we have configured the listeners as type ingress, and also defined a ingress-route-tcp resource. Even ...
Logan's user avatar
  • 2,545
0 votes
0 answers
613 views

I installed traefik using helm charts with the below values.yaml it's not creating ingress and also I am unsure how I should add my existing AWS load balancer name in values.yaml This is the only ...
megha's user avatar
  • 831
2 votes
0 answers
531 views

I am using Traefik ingress controller for my kubernetes cluster. I have defined a IngressRoute of Traefik : apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: my-app-route spec: ...
user842225's user avatar
  • 6,119
1 vote
1 answer
1k views

We have the latest traefik [1] deployed with helm into our EKS cluster. We want to setup whitelist on IP for ingress. So we need client address to be external IP. In Ingress like Nginx. It works when ...
user2534560's user avatar
0 votes
1 answer
879 views

Setup I am using an Azure Kubernetes Cluster with Azure Application Gateway. The external domain is aks-tst.myurl.com. The Application Gateway overrides this host to aks-tst.intern.com and forwards ...
giklo's user avatar
  • 172
1 vote
1 answer
266 views

When creating a vanilla Kubernetes Ingress or a Traefik IngressRoute with a TLS secret configured to do termination, I find that attempting to curl or visit them on a browser I get errors like: ...
James Williams's user avatar
1 vote
0 answers
357 views

I have a web and api microservice. Both need to be exposed to external traffic. Traefik is my ingress controller and it was installed using the helm chart where version = 23.2.0 I am using Traefik for ...
user1452759's user avatar
  • 9,530
0 votes
0 answers
248 views

I am using traefik with ingress in my AKS application which is in Azure. right now, the domain resolves to ingress LB public IP and traefik routes it to right service. I want to add an Azure Front ...
user1817701's user avatar
1 vote
0 answers
332 views

I just added Traefik to a project that I'm working on, and when I'm trying to login I get a 401 Unauthorized. The authentication process was working fine before. The authentication is an sso based on ...
M-BNCH's user avatar
  • 413
0 votes
1 answer
1k views

I'm struggling to understand how all things need to be configured in the following scenario: custom domain registered by the client to be something like api.<appname>.dev.client.com managed ...
Fabio M.'s user avatar
  • 296
0 votes
1 answer
140 views

I'm currently using FluxCI to deploy my services to an on prem k8s install. I have ran into some other issues with my personal services so I have boiled one issues down to the prefix that is being ...
XenoPuTtSs's user avatar
  • 1,283
0 votes
1 answer
1k views

I currently use a Cloudflare tunnel through the cloudflared app. I have the tunnel up and running. Within the tunnel I have a few public hostnames setup. In Truenas I'm using clusterissuer for ...
Darkmatter5's user avatar
  • 1,249
1 vote
0 answers
111 views

i am currently discarding traefik ingress controller and writing the golang code. i need help in understanding how to configure the ingress controller rules dynamically from grpc request and then ...
Abhishek D K's user avatar
  • 2,455
0 votes
1 answer
573 views

I have a problem where i can create an ingress object, and make it work with https but it does not provide a custom certificate I have created and specified in the "ingress" object. I am ...
ben shalev's user avatar
0 votes
1 answer
803 views

I am trying to setup traefik on AWS EKS Cluster with Load Balancer Controller. Here is how my helm-values.yml file looks like: ingressClass: enabled: true isDefaultClass: true ingressRoute: ...
Asdfg's user avatar
  • 12.4k
1 vote
0 answers
136 views

I want to implement Canary release between two namespace : ns-A (old version), ns-B (new version). My cluster have Traefik v2 and it's not possible to install an another controller, two bad because I ...
Doul's user avatar
  • 71
0 votes
1 answer
1k views

(The final goal of what I am doing is to access my application via node IP address) My cluster is using Traefik ingress controller. The Ingress rule is: kind: Ingress ... ... ...
user842225's user avatar
  • 6,119
1 vote
1 answer
1k views

i'm using a k3s cluster with traefik and i want to expose a nginx web server that is outside of the cluster in a VM. I want to know if it is even possible to do that and if it is, how do i do it. I've ...
CruzGGC's user avatar
  • 21

1
2 3 4 5
7