ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
## What this PR does / why we need it: This PR adds support for OpenTelemetry (using [the official plugin](https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx)), to send request traces to any otel collector. This is...
## What this PR does / why we need it: at this moment the securityContext is not completely configurable ## Types of changes - [ ] Bug fix (non-breaking change...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): 1.1.2 **Kubernetes version** (use `kubectl version`): 1.21.9, 1.22.6 **Environment**: - **Cloud provider or hardware configuration**: Azure Kubernetes Service...
## What this PR does / why we need it: ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...
**NGINX Ingress controller version**: Release v1.1.2, build bab0fbab0c1a7c3641bd379f27857113d574d904, NGINX version nginx/1.19.9 **Kubernetes version**: v1.21.3 **Environment**: - **OS**: Ubuntu 20.04.3 LTS - **Kernel**: 5.4.0-99-generic - **Basic cluster related info**: - `kubectl...
**NGINX Ingress controller version**: **Kubernetes version** : 1.23.0 - **Cloud provider or hardware configuration**: GCP - **OS** (e.g. from /etc/os-release): COS - **Install tools**: HELM - **How was the ingress-nginx-controller...
When I am using these annotations: ``` nginx.ingress.kubernetes.io/canary: true nginx.ingress.kubernetes.io/canary-weight: 100 ``` the host goes down even when the main endpoint is unresponsive. *Expected Behaviour:* The host should not go...
Signed-off-by: SpecialYang
Currently, you can't choose a specific POD base on the URL or Header that is needed for the client-side balancing technique. It's a very important approach for game servers and...
- https://kubernetes.slack.com/archives/C021E147ZA4/p1659815361972969 -  - The project uses the app https://httpbin.org/ to create a workload for testing - httpbin.org is not maintained since 4 years - When we tried to...