Questions tagged [ingress-controller]
173 questions
0
votes
2 answers
Google loadbalancer health checkup fails
I installed Kubernetes ingress controller on GKE following the official documentation as following.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.46.0/deploy/static/provider/cloud/deploy.yaml
The ingress…

Rohit Bohara
- 323
- 4
- 14
0
votes
1 answer
Chrome doesn't attach INGRESSCOOKIE in subsequent requests
There are multiple authentication nodes behind load balancer and have sticky session configured to make sure authentication request sent to the same node.
It only appeared in Chrome, but Firefox worked fine.
Here is the first request, INGRESSCOOKIE…

androidkc
- 689
- 2
- 7
- 16
0
votes
1 answer
Not able to install the nginx-ingress on azure kubernetes cluster
I am trying to install the ingress on a new azure kuberenetes cluster but it is giving following error:-
helm install germanyingress ingress-nginx --namespace test --set controller.replicaCount=2 --set controller.scope.enabled=true --set…

rahul patwa
- 9
- 1
0
votes
1 answer
Access K8s Services via Ingress
We have configured MetalLB since our K8s cluster is hosted on bare metal infrastructure. It seems to be running fine with all pods up and running.
[~]# kubectl get all -n metallb-system
NAME READY STATUS RESTARTS …

Alim Azad
- 471
- 2
- 9
- 23
0
votes
0 answers
HAProxy Ingress Controller regarding mixed support of HTTP2 and HTTP 1.1 in the backend with TLS in frontend
we have some services that only support HTTP 1.1 and some GRPC services that are on HTTP2. We always use HTTPS in frontend , and terminate it at ingress controller (ssl-pass through is false); as we don't want to have the overhead of configuring in…

Alex Punnen
- 5,287
- 3
- 59
- 71
-1
votes
1 answer
kubernetes - egress traffic - whats is the source IP for receiving ingress traffic (how to check) - Need to randomize
My Setup
GKE / EKS - Managed Kubernetes Cluster
As of now for Business requirements, it is k8s cluster with Public Endpoints
What it means is that I have a Public endpoint for API Server as well Nodes have an External Public IP Address
nginx…

Nagesh Jayaram
- 27
- 2
-2
votes
1 answer
ingress controller with static ip address in a non cloud k8s cluster
I have a 5 node (vmware VMs) kubernetes cluster (running ubuntu). I installed nginx controller in the cluster exposed with LoadBalancer type. Now I want to make the nginx controller use a static IP as External IP that is available on one of the…

Vijayendar Gururaja
- 752
- 1
- 9
- 16