Skip to main content

Questions tagged [nginx-ingress]

The NGINX Ingress Controller for Kubernetes is an alternative Kubernetes ingress controller that can be used instead of the default ingress controller.

0 votes
0 answers
36 views

Websocket with socket.io on K8S, how to make it work?

I hope you are well I'm having a problem when trying to open communication between my applications within Kubernetes. Currently client-server communicate through socket.io, but when adding it to ...
João Lucas Mendes de Oliveira's user avatar
0 votes
1 answer
59 views

k8s pods on different EKS nodes not getting traffic

I have eks cluster with two nodes, I have four k8s services deployed in the cluster, two of them are in node-1 and the other two in node-2. I have have a Kong api gateway in front of these k8s ...
user1807948's user avatar
2 votes
0 answers
39 views

Switch ingress controller to new static IP with zero downtime?

My AKS app uses a standard ingress-nginx ingress controller with a static IP, installed via Helm chart: myStaticIp=1.2.3.4 myNodeRg=MC_foobar_eastus helm upgrade --install ingress-nginx ingress-nginx ...
Max's user avatar
  • 385
0 votes
0 answers
16 views

Nginx ingress not resolving with I use host in spec rule

I am using nginx ingress with cert manager. Somehow this fails to resolve and I get a timeout when I try to access api-staging.example.io. I am using Azure Kubernetes Service. Everything works if I ...
Roshan Singh's user avatar
0 votes
1 answer
67 views

ClusterIssuer Failed to register ACME account with cert-manager

I installed cert-manager with kubectl kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.0/cert-manager.yaml I successfully obtained my resources : my_user@vps-...
a.moussa's user avatar
  • 101
0 votes
0 answers
22 views

Uniform distribution and Stream Stickiness of GRPC requests to server sts pods using nginx as LB

I have a GRPC client which creates single channel with 4 streams(say Stream A, B, C and D). I have grpc server pods running as statefulset pods in backend. In between ingress and nginx is present for ...
user23574254's user avatar
0 votes
0 answers
77 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
34 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
0 votes
0 answers
73 views

Nginx Ingress Controller on Baremetal Kubernetes Cluster Issues

so I am in the process of standing up a production ready cluster to utilize on prem resources. We have a MetalLB loadbalancer installed in the cluster with a pool of IP addresses from 10.100.7.150-10....
Brandon's user avatar
0 votes
0 answers
28 views

rke2-ingress-nginx missing master node's ip adress

My cluster was fine for like 40 days without problem. But today it suddenly broken. When i curl to my app with command: curl 10.20.30.80 output: connection refused. I checked my ingress and realised ...
Bayarkhuu's user avatar
0 votes
2 answers
945 views

Is is possible to configure two external IP addresses to an nginx ingress controler on kubernetes

I would like to provide two external IP depending on the environment of a namespace (dev or prod). My idea is to host the same fqdns on dev and prod namespaces. e.g. if the client resolves www....
Julien's user avatar
  • 164
0 votes
0 answers
161 views

How to get a Let’s Encrypt wildcard certificate via cert-manager in Azure without changing DNS?

How to get a Let’s Encrypt wildcard certificate for (an already working subdomain in) Azure? I get https://cert-manager.io/docs/tutorials/getting-started-aks-letsencrypt/ running But it uses only the ...
uav's user avatar
  • 574
0 votes
1 answer
252 views

how to ingress correctly in kuberenetes with nginx-ingress

I'm new to k8s and I'm having slight trouble setting up a local cluster on virtual machines and have it be accessible from at least my host machine. setup. I've a local cluster consisting of three ...
Ayush's user avatar
  • 131
0 votes
1 answer
179 views

Kubernetes on premise cluster ingress controller installation error

I am new in kubernetes administration. i just wanted to test ingress controller but i am afraid i get error like below. the pods related to ingress controller wont be running. i searched a lot on ...
Tom Clerk's user avatar
0 votes
0 answers
19 views

Setting up an alternative domain for an entire cluster

I have an openshift cluster set up with a hosted application (Maximo Application Suite) I'm attempting to set up an alternative domain for said cluster. I want to keep the default routes and not ...
Price's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
9