About 168,000 results
Open links in new tab
  1. Using HTTP/2 with nginx Ingress on GKE - Stack Overflow

    May 10, 2021 · I've used your setup on the GKE version 1.20.5-gke.2000 (the Helm part) and here is what I found. Querying the external IP of your Ingress controller with HTTP request will allow you to …

  2. How do i view logs for my Kubernetes Ingress Controller?

    Jul 15, 2017 · The name and namespace will change depending on which ingress controller you're using. Be aware that ingress controllers are often setup in a different namespace, so you may need …

  3. kubernetes - CORS rules nginx-ingress rules - Stack Overflow

    Aug 8, 2018 · I'm using official nginx helm-chart and looks like this annotation related to CORS is not working. helm.nginx.com, docs.nginx.com/nginx-ingress-controller/installation/…

  4. HTTPS 308 permanent redirection k8s ingress nginx - Server Fault

    May 4, 2021 · I have created an EKS cluster following the examples from AWS EKS, I have deployed the nginx ingress controller on top from kubernetes/nginx, Created an ingress resource which points …

  5. Ingress controller name for the ingress class - Stack Overflow

    Nov 11, 2020 · I am setting up my ingress controller, ingress class and ingress to expose a service outside the cluster. This is fresh cluster setup. I have setup the nginx-ingress controller using kubectl …

  6. ingress returns 502 / TLS backend communication issue

    Nov 7, 2020 · correct, but this is essentially the problem, since the pod is listening for TLS traffic, yet since the ingress handles the SSL endpoint termination and the pod requires TLS, yet there is no …

  7. Can I set custom ports for a Kubernetes ingress to listen on besides 80 ...

    May 21, 2019 · If you're using Helm to deploy the Kubernetes ingress-nginx controller, you can do this to change the ports from their defaults of 80 and 443 in a Helm values override file:

  8. Kubernetes: 502 Bad Gateway for some assets - with Nginx Ingress

    Feb 19, 2019 · I've configured a Kubernetes cluster as follows: Webapp pod (with a Vue.js and an API, both within each container) Nginx ingress config (with default-http-backend) Database pod (which …

  9. Kubernetes ingress How to set default-ssl-certificate?

    Nov 21, 2019 · In case someone installs Nginx Ingress Controller via Helm, you need to kubectl edit deployment nginx-ingress-controller -n <namespace> and add the --default-ssl-certificate arg into args:.

  10. IP Whitelisting in (AKS) Kubernetes / ingress-nginx

    May 3, 2024 · To implement IP whitelisting in a public Kubernetes service with the Nginx Ingress controller, you need to configure the externalTrafficPolicy to Local to preserve the client's IP address.