Category "nginx-ingress"

How can I configure NGINX ingress controller to work with Cloudflare and Digital Ocean Load Balancer?

I have tried the answers in this question. This is my current configuration: apiVersion: v1 kind: ConfigMap metadata: labels: helm.sh/chart: ingress-nginx

kubernetes ingress service annotations

I am setting up an ingress service following some k8s documentation, but I am not able to understand the following annotations: kubernetes.ip/ingress.class: ngi

How to perform custom authentication with kubernetes Ingress

I have deployed few services in kubernetes and using NGINX ingress to access outside.(Using EC2 instance for all cluster setup). Able to access service through

AWS - x-real-ip is ip of nginx-ingress-controller

I currently have the following problem. I have a backend that is behind an nginx-ingress controller used as load balancer in aws. Usually i should get the users

Nginx ingress controller not giving metrics for prometheus

I am trying to deploy an nginx ingress controller which can be monitored using prometheus however I am running into an issue that it seems no metrics pod(s) is

Procedure to install an Ingress controller

Unable to install ingress-nginx for kubernetes on Docker desktop I was using the following in cmd line to install ingress nginx so far: $ kubectl apply -f htt