Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nginx-ingress]

ingress-nginx is an NGINX controller built around the Kubernetes Ingress resource that uses ConfigMap to store the NGINX configuration.

nginx-ingress
-1 votes
0 answers
34 views

Chrome Not Reusing HTTP/2 Connections with NGINX Ingress in Kubernetes Despite Keep-Alive Setting [closed]

I’m using Kubernetes with an NGINX Ingress controller configured for HTTP/2 and a keep-alive timeout of 600 seconds (configmap). Issue: I have configured HTTP/2 and set keep-alive to 600 seconds. ...
PeiSong's user avatar
  • 919
0 votes
1 answer
15 views

Socket.io connection problems inside a cluster

I'm working on an application, client-server, where I want to place them in a local Kubernetes cluster and make them communicate there via socket.io. Then when I tried it though my application I can't ...
0 votes
0 answers
3 views

Ingress class with 2 load balancers

I'm trying to configure my application to use a specific load balancer with a single ingress controller and one ingress class named "nginx." I have two load balancers: one internal and one ...
Ayush Singh's user avatar
0 votes
0 answers
8 views

How can I access my applications on my microk8s from other machines on the network via subdomains?

Accessing my microk8s via subdomains I have a MicroK8s v1.29.0 revision 6364 installed on my Ubuntu 24.04 LTS machine, I would like to access my applications via subdomains, I have the following ...
Passella's user avatar
  • 679
-1 votes
0 answers
58 views

With nginx-ingress-controller, what configuration settings will ensure x-real-ip can't be spoofed?

I've installed nginx-ingress-controller on my Kubernetes cluster using helm. I'm trying to implement a rate limiter. (Note: I know nginx-ingress-controller has a function called rate limiting but it ...
John Smith Optional's user avatar
0 votes
0 answers
10 views

Nginx ingress basic auth does not work in kubernetes

I would like to add basic auth to my web ui deployment on kubernetes that is reachable through an nginx ingress apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ .Chart.Name }}-...
tenticon's user avatar
  • 2,803
0 votes
1 answer
19 views

Ingress nginx uploads slow over http2 when proxy_request_buffering is off

I am running ingress nginx to front an API that streams uploads into S3. I don't want a long delay after the file has been transferred so I have disabled proxy_request_buffering. The ingress nginx ...
Striar's user avatar
  • 235
-4 votes
0 answers
35 views

How to use ingress as reverse proxy? [closed]

I have a architeture using k8s, helm, ingress. I have a microservice architecture, and some paths needed to be segregated into another micro service. How can I configure the ingress to act as reverse ...
DevBush's user avatar
  • 493
0 votes
0 answers
52 views

K8s Ingress Proxy Body Size Annotation Quotes Removed After Applying and Getting 413 Error

I'm working with a Kubernetes (k8s) Ingress and need to increase the upload size limit. I added the following annotation to my Ingress definition: annotations: nginx.ingress.kubernetes.io/proxy-...
Behnia FB's user avatar
  • 107
0 votes
1 answer
79 views

Nginx Ingress: Canary deployments not working with ingress-name, working with Kubernetes service name

I am trying out nginx-ingress canary services via Header-value. So, basically, if I have the header nginx-1, if ingress domain is called, it should go to nginx-1 service. But I keep getting a 404 ...
We are Borg's user avatar
  • 5,273
0 votes
0 answers
27 views

AWS alb with ingress-nginx fails healthchecks

I want a single load balancer (alb) that direct traffic to internal nginx-ingress that load balances traffic to internal services in the cluster. I have followed many examples (ex_1) and I have ...
itaied's user avatar
  • 341
0 votes
0 answers
84 views

How to Proxy Content from One URL to Another Without Redirection Using Nginx Ingress

Could you help me with configuring an Nginx Ingress? I need to set up a redirection for the www.example.com/all-spots URL so that when a user visits it, they see the content of the www.example.com/...
user2693302's user avatar
0 votes
2 answers
57 views

How to add X-Original-Forwarded-For as request header in NGINX Ingress Controller?

I am using F5 NGINX Ingress Controller. Note: I am not using Kubernetes community edition ( Ingress-nginx) I have achieved traffic splitting using Virtual server for NGINX Ingress Controller. However ...
Jatin Mehrotra's user avatar
0 votes
1 answer
62 views

Azure Application Gateway equivalent for URL Rewriting in NGINX Ingress

working on an nginx ingress project that I am passing to Azure Application Gateway Ingress Controller, I came across this issue of passing this notation from the Paths to the Application Gateway ...
Ronal Oswaldo Gonzalez Guardad's user avatar
0 votes
1 answer
34 views

Ingress controller not listening on port 5050 for my tcp traffic

I have deployed an application in AKS where I have opened port 5050 for the pod and also created service and ingress to support the same, and configured ingress controller to listen for port 5050 but ...
Neel's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
167