Questions tagged [ingress]
86 questions
0
votes
0 answers
GKE ingress returns 502 with encrypted service
I'm on GCP and I've deployed ElasticSearch and Kibana into a cluster, using the ElasticSearch operator. I've created an external Ingress with a preshared certificate, to send traffic into the Kibana service. I'm getting 502s however and I'm trying…

Peter Lind
- 1
- 1
0
votes
0 answers
Passing serving path into application and serving it
I'm trying to serve an application under two different paths
What I need is this:
http://example.com => http://service1
http://example.com/login => http://service2/login
http://example.com/signup => http://service2/signup
In other words I need to…

TheVrabec
- 1
- 1
0
votes
1 answer
Two EKS cluster using the same LoadBalancer
Does anybody know if it is possible (and how) to share the same ELB between two Ingress Controllers on different EKS clusters in the same VPC?
I have one cluster EKS cluster already running and I just created a second one. I'd like to use the same…

Jaumzera
- 103
- 4
0
votes
1 answer
Kubernetes Ingress not properly routing traffic
I am trying to host a simple website using Kubernetes. I am trying to use a K8s deployment, service and an ingress to route the traffic from the external into the application running inside the pod.
The below is my YAML configuration…

arjunbnair
- 143
- 1
- 2
- 11
0
votes
0 answers
TC: link sharing for ingress traffic not working
I was trying to set up an ingress link sharing env. by tc & htb qdisc. and I made two macvlan subinterfaces(say mgmt, data) under a parent physical interface enp8s0f0 and enp8s0f0's speed is 1000 mbit/s.
enp8s0f0 | -- mgmt(f6:cb:f6:4d:28:df)
…

gary zhang
- 1
- 2
0
votes
0 answers
How could I replace ingress nginx snippet with other annotation?
The ingress yaml:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/$…

Wyifei
- 1
- 1
0
votes
0 answers
how to shrink nginx.conf with multiple hosts
I have inherited an old nginx-controller with over 100 servers in a blue/green deployment scenario. Right now the single nginx.conf file is over 10k lines. Looking at each server section for each they all appear to be the same for each with the…

zerobit
- 1
- 1
0
votes
1 answer
How to use ALB Ingress without rewriting every helm chart?
I am trying to use ALB ingress with default helm charts, but struggle to solve simple problems with headers.
In Kubernetes ingress-nginx it's easy to add annotations to add headers (CORS), but with ALB I can't do such a simple thing.
I can solve…
0
votes
0 answers
kuberntes oauth2-proxy with github provider return 500 Internal Server Error
I'am trying to add an authentication from Kubernetes ingerss with oauth2-proxy github provider
i have set everything according to the official documentaion
the url works and it redirects me to use my github account
but after login in it redircts me…

ossama assaghir
- 31
- 7
0
votes
1 answer
ALB Ingress fails to start due to 'no certificate for host *'
I am using cert-manager with my EKS cluster to generate Lets Encrypt certificates for my ALB. While the certificate is generated just fine, the Ingress cannot find it and fails to start the ALB with the error
Failed build model due to ingress:…

reayn3
- 101
- 1
0
votes
2 answers
Nginx proxy large file download fails instantly sometimes
Problem
Downloading a large file (400MB+) with "transfer-encoding: chunked" fails after about 3 seconds. Downloading smaller files works even though possible taking longer than 3 seconds. The connection is just aborted mid-transfer which results in…

Modobu
- 1
- 3
0
votes
0 answers
wildcard url in ingress-nginx kubernetes Ingress to redirect to path based url doesn't seem to pass regex value
Trying to setup a wildcard url in ingress-nginx kubernetes Ingress to redirect to path based url it doesn't seem to pass the wildcard regex value.
The url would be something like "https://test.dev.example1.com/admin" and it should redirect to…

nnarcise
- 1
- 1
0
votes
1 answer
how do you check load balancer method "algorithm" for a nginx ingress controller?
I do have an ingress controller load balancer in my Kubernetes Cluster, how do I know if my load balancer run which algorithm? and what happens if my load balancer is not working or the algorithm is not working properly.
Nb: install ingress…

newcomers
- 1
- 4
0
votes
0 answers
How to redirect the port in ingress?
In that ingress section of AKS, we can add routes to multiple application but all having container port as 80 only.
With Ingress, our application is using port 8080.
But with ingress, even if I keep servicePort as 8080, it is not working.
Like,…

Sara June
- 451
- 1
- 9
- 28
0
votes
1 answer
ambassador service stays "pending"
Currently running a fresh "all in one VM" (stacked master/worker approach) kubernetes v1.21.1-00 on Ubuntu Server 20 LTS, using
cri-o as container runtime interface
calico for networking/security
also installed the kubernetes-dashboard (but I…

Rob
- 157
- 1
- 9