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 & rewrite-target

I have a pod that responds to requests to /api/ I want to do a rewrite where requests to /auth/…

nginx kubernetes nginx-ingress
Nginx Ingress: service "ingress-nginx-controller-admission" not found

We created a kubernetes cluster for a customer about one year ago with two environments; staging and production separated in …

kubernetes nginx-ingress
How can I correctly setup custom headers with nginx ingress?

I have the following configuration: daemonset: apiVersion: extensions/v1beta1 kind: DaemonSet metadata: name: nginx-ingress namespace: nginx-ingress spec: selector: matchLabels: …

kubernetes nginx-ingress
Sticky sessions on Kubernetes cluster

Currently, I'm trying to create a Kubernetes cluster on Google Cloud with two load balancers: one for backend (in Spring …

cookies kubernetes load-balancing nginx-ingress sticky-session
Ingress configuration for k8s in different namespaces

I need to configure Ingress Nginx on azure k8s, and my question is if is possible to have ingress …

kubernetes kubernetes-ingress nginx-ingress
Kubernetes Nginx Ingress not finding service endpoint

I'm having some trouble getting the Nginx ingress controller working in my Kubernetes cluster. I have created the nginx-ingress deployments, …

nginx kubernetes kubernetes-ingress nginx-ingress
Nginx ingress controller websocket support

Recently I've been working on a toy app using Kubernetes. Part of the app is a web server that needs …

nginx websocket kubernetes kubernetes-ingress nginx-ingress
Kubernetes Ingress non-root path 404 Not Found

I have the following that config that works when I try <NodeIP>:30080 apiVersion: extensions/v1beta1 kind: Deployment …

nginx kubernetes kubernetes-ingress nginx-ingress
How to use ConfigMap configuration with Helm NginX Ingress controller - Kubernetes

I've found a documentation about how to configure your NginX ingress controller using ConfigMap: https://kubernetes.github.io/ingress-nginx/user-guide/…

kubernetes kubernetes-helm kubernetes-ingress nginx-ingress
How to fix ingress 404 default backend

I started to use Kubernetes few month ago and I actually migrate my microServices to my rancher cluster (RKE). Everything …

path kubernetes-ingress rancher nginx-ingress rke