Skip to main content

All Questions

Tagged with
1 vote
0 answers
149 views

Nginx Ingress Controller (nginx.org) - Ingress Proxy Pass Headers

Nginx Ingress sending two Host headers: bucket.fra1.spaces.com and s3.domain.com, but to proper working should send only bucket.fra1.spaces.com. Any ideas how to fix it? apiVersion: networking.k8s.io/...
user avatar
2 votes
1 answer
244 views

Nginx: SNI wildcard routing for subdomain, but also proxy+terminate others

My situation: I have Nginx running on Ubuntu 24.04. It has a few configs on it where it acts as reverse proxy, terminating, for TLS domains local to the box (e.g. WordPress). For these, it has ...
Don Bowman's user avatar
0 votes
0 answers
108 views

How to manage HA na d Horizontal Scaling of Ingress Gateway (FOR HTTP2/GRPC Scenarios)?

Request-based loadbalancing for the applications behind the Ingress Gateway would be taken care of by the Ingress gateway, but how to take care of loadbalancing the ingress gateway proxies itself for ...
Vipin Menon's user avatar
0 votes
0 answers
189 views

Cannot reach pod by using metallb loadbalancer

This question was previously posted here. As community member suggested, asking here should be more appropriate. I'm learning metallb loadbalancer objects, I have a basic nginx pod and I want to ...
Francesco's user avatar
  • 101
1 vote
0 answers
616 views

kubernetes nginx ingress not responding when server_name is set for host

we have new kubernetes cluster for development on Azure and I installed nginx ingress controller (it worked very well in other places so why not). But this time it doesn't work as expected. There are ...
Dainius's user avatar
  • 111
0 votes
1 answer
762 views

Reverse proxy for K8 API server

We have several K8 clusters running in AKS, and we need static IP address for each of their API servers. I've tried several Azure services to accomplish this (Front Door, App Gateway, API Management) ...
Ryan Grush's user avatar
0 votes
0 answers
119 views

Configure Filebeat Nginx module with Beats CRD

The Problem Hello, I'm trying to set up the nginx module of Filbeats to parse the logs of an nginx pod in my Kubernetes cluster. Context I'm using the Beats CRD with the following configuration: ...
Ottobus's user avatar
0 votes
1 answer
71 views

kubernetes SERVICE for nginx doesnt work

POD nginx-pod is runs HTTP server listening on port 9000. SERVICE nginx-svc (ClusterIP) for it, is created. Yaml files at the bottom of the post. kubectl get po -ntest -o wide NAME READY ...
czezz's user avatar
  • 13
0 votes
1 answer
290 views

Nginx Layer-4 loadbalancer for 6 node k8s cluster

I'm trying to create a nginx Layer-4 loadbalancer for my kubernetes cluster, which is a RKE2 with 6 nodes: Control-Plane-1 => IP: 192.168.100.11 , OS: Ubuntu 22.04 , Hostname: kuber-master-1 ...
user3142695's user avatar
0 votes
1 answer
304 views

Slow Azure Kubernetes serving of static files with Nginx ingress controller

I have an Angular application whose users are experiencing random latency in the loading of pages, so I installed Opentelemetry, Tempo and Grafana to monitor app traces. The app is deployed in an ...
barmanthewise's user avatar
0 votes
0 answers
50 views

Ingress is not working on my Kubernetes clusters

Note: This question is copied from stackoverflow because I got an advise about question portal. I have built Kubernetes clusters that consists of four nodes. But ingress is not reachable from control ...
elda's user avatar
  • 1
2 votes
0 answers
414 views

k8s nginx ingress proxy_redirect

I'm trying to achieve this simple configuration on a kubernetes nginx ingress controler: location /path1/ { proxy_pass http://server-1:8000/; proxy_redirect http://...
Julien's user avatar
  • 174
1 vote
1 answer
450 views

How can multiple NGINX pods in Kubernetes write logging into their own separate files?

I have an NGINX installation (used as a web proxy) inside a built Docker image in Kubernetes that will eventually have to be upgraded to run multiple pods to handle the traffic volume. The log output ...
semmelbroesel's user avatar
0 votes
0 answers
201 views

How to configure k3s with ingress-nginx to correctly forward user IP in X-Real-IP header?

I am trying to configure k3s with ingress-nginx on some VPS from Hetzner. I have set up a server with a public IP and others without public IPs, all connected in a private network. When I install ...
Dorin's user avatar
  • 101
0 votes
0 answers
79 views

Kubernetes is no accepting traffic from my Load Balancer when I deploy it in Terraform in DigitalOcean

When I deploy my ingress controller I get an error from digital ocean dashboard 0/1 Kubernetes nodes accepting traffic -- First I create my kubernetes cluster named avatares_cluster # main.tf ...
Juan Topo's user avatar

15 30 50 per page
1
2 3 4 5
9