Questions tagged [nginx-ingress]

The NGINX Ingress Controller for Kubernetes is an alternative Kubernetes ingress controller that can be used instead of the default ingress controller.

From NGINX website:

The NGINX Ingress Controller for Kubernetes provides enterprise‑grade delivery services for Kubernetes applications, with benefits for users of both NGINX Open Source and NGINX Plus. With the NGINX Ingress Controller for Kubernetes, you get basic load balancing, SSL/TLS termination, support for URI rewrites, and upstream SSL/TLS encryption. NGINX Plus users additionally get session persistence for stateful applications and JSON Web Token (JWT) authentication for APIs.

77 questions
0
votes
1 answer

Access-Control-Allow-Origin value overrided for OPTIONS requests

I am trying to enable CORS for multiple subdomains, like was suggested here: https://serverfault.com/a/1022028/593976 It works fine, except for OPTIONS requests. No matter what I do when the request method is OPTIONS the Access-Control-Allow-Origin…
Marcel Horner
  • 11
  • 1
  • 3
0
votes
1 answer

What's causing Network Egress consumption in a GKE cluster?

I have a not-so-small cluster hosted on Google Kubernetes Engine (2 e2-standard nodes) with a couple of web services talking to each other. The architecture is composed by: 2 Cloud SQL instances, hosted on GCP 1 deployment and 1 statefulset, 1…
1 2 3 4 5
6