Questions tagged [traefik-ingress]

Traefik-ingress refers to instances when the cloud native edge router Traefik is used as an Ingress controller for a Kubernetes cluster. Use this tag for questions related to such use of the router Traefik.

Traefik-ingress refers to instances when the cloud native edge router Traefik is used as an Ingress controller for a Kubernetes cluster. Use this tag for questions related to such use of the router Traefik.

346 questions
0
votes
1 answer

Enable DDoS protection for GKE Autopilot with Traefik ingress (TCP load balancer)

Has anyone ever configured DDoS protection (with Cloud Armor) for the GKE Autopilot cluster where Traefik is used as an ingress controller. The thing is that Traefik is using TCP load balancer and that is why it is not possible (as far as I can see)…
0
votes
1 answer

Converting a docker-compose redis file to work on kubernetes

I'm migrating our swarm cluster to a k8s one, and that means I need to rewrite all the composes files to k8s files. Everything was going smothy, till I reach the redis compose... The compose file from redis: Yes, Its simple because is just to test…
0
votes
1 answer

Traefik shows 404 to everywhere except dashboard - Metallb

I try to setup the ingress with traefik but no luck. I would not use TLS just simply the port 80. I have a service with port 8080. If I curl to that service from inside of the cluster it works well. I get the HTTP/200. But if I would connect to he…
GergA
  • 304
  • 1
  • 3
  • 17
0
votes
0 answers

Multi-path application with path based routing in Kubernetes ingress

I want to run a spring boot application over ingress having multiple path Like http://localhost:8888/login http://localhost:8888/client/dev On localhost when i run this application it automatically redirect to /login I am using traefik ingress…
0
votes
2 answers

How do I configure DNS to a kubernetes ingress?

I have purchased 3 VPS and have IP address like 172.168.1.146 72.168.43.245 98.156.56.123 I have got an ingress controller I have installed metallb which loadbalances traffic and sends it to any of the IP address. Now how do I provide a…
jeril
  • 1,109
  • 2
  • 17
  • 35
0
votes
1 answer

Ingress not mapping to service

I am trying to configure an Ingress to map to 2 different services but when I use anything other than / as the path I get a Cannot GET /node-web-app-svc error. I have tried using Exact as the pathType but it doesn't help. I am running this on a…
craigtb
  • 647
  • 5
  • 12
  • 30
0
votes
1 answer

Mailcow Reverse Proxy using Traefik not routing to the correct Nginx Service

I am trying to follow the community documentation on mailcow dockerized and I am using Traefik as my load balancer. I have successfully obtained a SSL certificate and the certdump is working as expected when I check the logs. The issue I have having…
Jaquarh
  • 6,493
  • 7
  • 34
  • 86
0
votes
1 answer

Web App deployed in Kubernetes (AKS) 1.19 version returns 404 Page not found

We have a react node web application which is deployed in Azure Kubernetes. The app is currently deployed in AKS with Kubernetes version 1.15 but we want to upgrade the Kubernetes to 1.19. While deploying the app to AKS 1.19 we have made perquisite…
0
votes
1 answer

Blazor server through k8s ingress controller

I've written a small Blazor application which looks to work all well when containerized and when accessed through k3s port forwarding, but struggling to find a guideline on how that application needs to be correctly exposed via a ingress controller.…
Paul
  • 756
  • 1
  • 8
  • 22
0
votes
0 answers

Dynamic addition/deletion of domain TLS certificates using cert-manager/Traefik

I'm interested in an automated solution for managing cluster TLS certificates for domains, which would allow for adding and removing Certificates (controlled by cert-manager) as well as IngressRoutes (controlled by Traefik). So the task is…
yktoo
  • 2,696
  • 1
  • 23
  • 35
0
votes
1 answer

Hugo static website deploying to kubernetes and expose via ingress 404 Errors

I’ve built a website with static content for our developers. This website is used by different type of users. Employees, dealers and ext.. and I managed this via using different config and params as below.Everything works fine when I accessed via…
semural
  • 3,583
  • 8
  • 37
  • 67
0
votes
2 answers

Tracing requests over their lifetime … through Docker Containers?

Tracing makes finding parts in code, worthwhile a developers time and attention, much easier. For that reason, I attached Jaeger as tracer to a set of microservices inside Docker containers. I use Traefik as ingress controller/ service-mesh to route…
kaiser
  • 21,817
  • 17
  • 90
  • 110
0
votes
0 answers

Set parameters in traefik as ingress controller( reverse proxy )

i'm trying to set up traefik as a reverse proxy. I've followed the tutorial on this web site Traefik as Ingress Controller for Your Kubernetes . I'm currently a little lost in the configuration to define the proxy parameters in the proxy.conf…
olibruno
  • 31
  • 1
  • 5
0
votes
1 answer

hashicorp consul DNS behind Traefik doesn't respond when using udp protocol

i have my consul server (v1.9.1 deployed with official helm chart) running in a kubernetes cluster behind Traefik 2, i registered a client and now i want to get it's ip address using the dig command. the problem here when i use the dig command with…
Abderrahmane
  • 385
  • 2
  • 3
  • 14
0
votes
0 answers

Kubernetes, Traefik load balancer with sticky session server unreachable for a few seconds during rolling update

When releasing an update, it all works fine (pods are destroyed one by one and the new version fired up), but if I refresh the website during a rolling update sometime I get a server unreachable error. I guess it is due to the fact the load balancer…
Sugafree
  • 631
  • 2
  • 14
  • 30