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
0 answers

Tarefik Ingress does not return HTTP/HTTPS response.

My website doesn't generate any HTTP certs using LetsEncrypt, doesn't even return a response. This is for test purposes so is using a basic NGINX image that I want to serve over HTTPS. I have an ingress type that looks like this: apiVersion:…
Rutnet
  • 1,533
  • 5
  • 26
  • 48
0
votes
1 answer

Traefik Ingress Controller on Kubernetes, receiving permissions error

I've rolled out the Traefik Ingress Controller on my AKS Cluster (Kubernetes) on Azure. I've got the TOML file talking to the POD, but I receive the following on the logs: ime="2018-12-21T00:09:36Z" level=error msg="Failed to read new account,…
Rutnet
  • 1,533
  • 5
  • 26
  • 48
0
votes
1 answer

Setting up LetEncrypt HTTPS Traefik Ingress for Kubernetes Cluster

I've setup Kubernetes to use the Traefik Ingress to provide name based routing. I am a little lost in terms of how to configure for the automatic LetsEncrypt SSL certs. How do I reference the TOML files and configure for HTTPs. I am using a simple…
Rutnet
  • 1,533
  • 5
  • 26
  • 48
0
votes
1 answer

Proper way of exposing traefik running in a on premise kubernetes cluster?

I have an on premise Kubernetes cluster. I have traefik running in the cluster as per the example given by traefik. It is tied to a node, which will be my loadbalancer. I can access the service running(with ingress) by hitting the node port with the…
tdh
  • 103
  • 2
  • 11
0
votes
1 answer

Allow single ingress to run HTTP without forcing SSL using Traefik Ingress Controller

I have Traefik set as my Ingress controller via the helm chart on version 1.5.4. I have LetsEncrypt enabled and SSL set to Enforced so all of my exposed services are forcing SSL as desired. I have recently run into a situation where I need to not…
0
votes
1 answer

Multiple paths in Traefik pointing to the same path in backend in Kubernetes

Is there a way to make a kubernetes service available under multiple paths via traefik ingress, but sending requests to the backend only with one path? e.g. https://example.com/mainpath/api and https://example.com/otherpath/api should both send…
Thomas Einwaller
  • 8,873
  • 4
  • 40
  • 55
0
votes
1 answer

List Traefik ingress controllers using Go client for Kubernetes

We have a little internal tool listing our Kubernetes services using Go client for Kubernetes. Now we have added Traefik to map our services to meaningful dns names using ingress controllers. We see that there is an ingress lister extension in Go…
0
votes
1 answer

Which host-url should be provided to Ingress for Traefik in Kubernetes AWS?

I am trying to set up Treafik in my Kubernetes cluster running on AWS. I am having problems understanding the host-url that is used in the ingress-service. The tutorial in their page was nice but the think is that running in minikube you have just…
Noah Martin
  • 1,708
  • 9
  • 35
  • 73
0
votes
1 answer

Traefik https via kubernetes deployment and AWS certifications

I'm running traefik on AWS via kubernetes. It all works with http, but can't get the https and my http=>https redirect configuration. I have the following .toml file defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.http] …
-1
votes
1 answer

Traefik Ingress match uri prefix and route to a path in the backend k8s service

I have traefik v1.7 installed and I am very new to it. I have 3 microservices, that have to be available for external traffic. The 3 microservices are M1 (being the UI), M2, M3. Each of these microservices have their own k8s deployment and service.…
user1452759
  • 8,810
  • 15
  • 42
  • 58
-1
votes
1 answer

DNS management to k8s cluster and LetsEncrypt http-01 challenge fail with 404

busy with learning about setting up a dns management (directAdmin) to my virtual private server(DigitalOcean) with a k8s cluster with example.com host with a http-01 challenge letsencrypt and I stuck with the https bit and pointing to my vps. I…
furion2000
  • 79
  • 7
-1
votes
1 answer

Internal Server Error while accessing Pingfederate console which is deployed using PingIdentity devops on Kubernetes cluster

First of all, apologies if I missed giving more information on the issue. I'm new to pingfederate. I tried to put all the steps followed below. I have setup a single node k3s cluster on EC2 centos instance, there is also a traefik ingress deployed…
-1
votes
1 answer

Istio service mesh in on premise kubernetes cluster in data center

Currently, we have k8s cluster in our data center due to compliance reasons. We are running the traefik as an ingress controller. Now we want to have the service mesh added to it for monitoring the service level communication. Can you suggest me how…
-1
votes
1 answer

Make Traefik route HTTP BAN requests to different service or port than regular HTTP requests

we use Traefik 1.7 as the Ingress-controller on our GKE Kubernetes clusters. Each application has an Ingress that routes incoming HTTP requests to a Varnish service, which either serves the response from cache or routes the request to some nginx/PHP…
Martijn Heemels
  • 3,529
  • 5
  • 37
  • 38
-1
votes
2 answers

traefik ingress not forwarding tcp messages

I am trying to aggregate raspberry pi logs (IoT Devices) into Logstash/ElasticSearch running in EKS. filebeat is already running in EKS to aggregate container logs. This is my manifest file apiVersion: v1 kind: ConfigMap metadata: name:…
roy
  • 6,344
  • 24
  • 92
  • 174
1 2 3
23
24