ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
## What this PR does / why we need it: This is to fix that the `:authority` header by default is set to `upstream_balancer`, this PR sets `:authority` header from...
**What happened**: I configured a grpc ingress like this ``` apiVersion: apps/v1 kind: Deployment metadata: name: fortio labels: app: fortio spec: replicas: 1 selector: matchLabels: app: fortio template: metadata: labels:...
**What happened**: We have nginx deployed with the argument `- --default-ssl-certificate=infrastructure/k8s-cert` This causes all our ingress rules to have default ssl. For a new application we needed nginx to pass...
Support Kubernetes EndpointSlices. A newer feature in Kubernetes that allows restricting or customizing where traffic is sent in a Kubernetes cluster. Background: https://stackoverflow.com/questions/63399080/kubernetes-1-18-6-servicetopology-and-ingress-support Not that I know of K8s 1.17...
**What happened**: When installing ingress into cluster with `NetworkPolicies` enabled using helm chart by default kubernetes API is **not** able to reach into validating webhook controller: ``` kubectl --context test.aks...
We still observe this issue with the following `ingress-nginx` version: ``` bash-5.1$ /nginx-ingress-controller --version ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.47.0 Build: 7201e37633485d1f14dbe9cd7b22dd380df00a07 Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.20.1 ``` Steps to...
We need to start thinking about Gateway API (https://gateway-api.sigs.k8s.io/) in Ingress NGINX. A good approach here would be to understand the internal controller data model (https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/types.go) and how can we...
Currently, nginx matches paths according to [documentation](https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/#path-priority): > In order to enable more accurate path matching, ingress-nginx first orders the paths by descending length before writing them to the NGINX...
Circuit breaker functionality in NGINX ingress controller (ingress-nginx) The issue is closed could not see any solution. Became stale No
Signed-off-by: Jintao Zhang ## What this PR does / why we need it: ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ]...