Skip to content

Instantly share code, notes, and snippets.

@ask0n
Forked from joshwget/nginx-ingress.md
Created January 5, 2018 15:01
Show Gist options
  • Save ask0n/ee46b4aad1c51a4173712f17df343c7a to your computer and use it in GitHub Desktop.
Save ask0n/ee46b4aad1c51a4173712f17df343c7a to your computer and use it in GitHub Desktop.

Nginx ingress controller

To make use of the Nginx ingress controller your Kubernetes environment must be configured to have the Rancher ingress controller disabled (Enable Rancher Ingress Controller should be false).

The Nginx ingress controller must be deployed before launching any ingresses. The recommended way of doing this is via Helm.

helm install stable/nginx-ingress

Once the controller is deployed you can follow along with the docs here to launch sample ingresses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment