Skip to content

Instantly share code, notes, and snippets.

@joshwget
Last active January 5, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joshwget/bb8efdfda568381c863b46c5b75dd29f to your computer and use it in GitHub Desktop.
Save joshwget/bb8efdfda568381c863b46c5b75dd29f 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