kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

NGINX and NGINX Plus Ingress Controllers for Kubernetes

Results 371 kubernetes-ingress issues
Sort by recently updated
recently updated
newest added

Is there any public Grafana dashboard for this controller? I found many out there but they are for the kubernetes nginx ingress controller (the one managed by kube folks). Thanks.

### Proposed changes Currently, the NGINX Ingress Controller can watch either all namespaces or a single namespace. This commit adds the ability to watch multiple namespaces (defined using by passing...

enhancement
documentation

- Adds builds for NAP DoS - Enables most of the tests for NAP DoS

chore

### Proposed changes Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here...

### Proposed changes When using the VirtualServer CRD, it is not possible to override the default values of the following headers: * `X-Real-IP` * `X-Forwarded-For` * `X-Forwarded-Host` * `X-Forwarded-Port` *...

enhancement

### Proposed changes Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here...

enhancement

Adding validation for jwt variables for conditionals. this will also allow for other variables group (wildcard) to be added quickly. ### Proposed changes Added wildcard logic to condition variable validation...

### Proposed changes This PR is to remove the default TLS secret and key that are set for the `default_server` of NGINX Ingress controller. These files are no longer needed...

enhancement
documentation

Google Cloud's marketplace requires that the application report usage metrics periodically to GCP's service endpoint. UBB Agent SDK is used to send a count of 60 to the endpoint every...

**Is your feature request related to a problem? Please describe.** Could this ingress controller do SSL/TLS termination when doing TCP load balancing? **Describe the solution you'd like** The ability to...

enhancement
proposal