NGINX Ingress Controller#

Note

Secret values used in any of the Helm charts values files on our GitHub repository may be omitted for security reasons. Please audit the Helm charts before trying to install or upgrade to make sure all required information is present.

The Kubernetes cluster we operate utilizes an NGINX Ingress Controller in order to expose Services to the network outside the cluster by providing a single point that will reverse proxy all the Services hosted that we want to expose externally. We install this via Helm and provide our own custom values. The Helm chart will install the CRDs required for the Ingress Controller. Documentation on installing via Helm can be found on the NGINX website here and the values that we provide to Helm during installation are on our GitHub repository at this link