Top "Nginx-ingress" questions

ingress-nginx is an NGINX controller built around the Kubernetes Ingress resource that uses ConfigMap to store the NGINX configuration.

Nginx Ingress Controller - Failed Calling Webhook

I set up a k8s cluster using kubeadm (v1.18) on an Ubuntu virtual machine. Now I need to add …

kubernetes kubernetes-ingress nginx-ingress kubeadm
Kubernetes ingress websockets connection issue

Deployed k8s on AWS with KOPS. I have created nginx ingress https://github.com/kubernetes/ingress-nginx nginx-ingress-controller image: quay.…

kubernetes websocket nginx-ingress aws-elb
NGINX ingress controller timing out request after 60s

When a request takes over 60s to respond it seems that the ingress controller will bounce From what I can …

kubernetes kubernetes-ingress azure-aks nginx-ingress
How to use nginx ingress TCP service on different namespace

I have deployed two namespace in the kubernetes cluster. The namespace A host mysql and namespace B run postgress and …

nginx kubernetes nginx-reverse-proxy nginx-ingress
How to increase max request body size on nginx ingress controller and kong

I have an a service that accepts POSTs with base64 encoded files in the body. I'm currently getting Error: 413 Request …

rest kubernetes kubernetes-ingress nginx-ingress kong