python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kops nginx-Ingress controller fails to create AWS Network Load Balancer due to permission issue
I created my Kubernetes cluster using kops on aws. The cluster has been successfully created.
When I try to deploy the nginx-ingress-controller with Network Load Balancer from AWS, it shows a not auth...
vjwilson
Votes: 0
Answers: 1
For nginx-ingress controller, when setting controller loadblancer whitelist IP ranges (NOT ingress whitelist ranges), is this visible on GCP console?
We have an nginx ingress controller in the cluster with whitelist annotations on the ingress resources. This all works as expected. Traffic comes into the controller and gets 403ed if it does not matc...
Blender Fox
Votes: 0
Answers: 1
How can I whitelist Cloudflare WAF IPs for NGINX Ingress
I'm trying to prevent access to my cluster that bypasses my Cloudflare WAF.
If I use nginx.ingress.kubernetes.io/whitelist-source-range it doesn't work, as I think it's using the user's IP address, no...
Ben Gannaway
Votes: 0
Answers: 0
Real Client IP for TCP services - Nginx Ingress Controller
We have HTTP and TCP services behind Nginx Ingress Controller. The HTTP services are configured through an Ingress object, where when we get the request, through a snippet generate a header (Client-Id...
suren
Votes: 0
Answers: 1