Skip to content

Instantly share code, notes, and snippets.

@edgars
Last active December 29, 2020 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgars/9bdd81b41bcb4a62bc24d4f0d8327022 to your computer and use it in GitHub Desktop.
Save edgars/9bdd81b41bcb4a62bc24d4f0d8327022 to your computer and use it in GitHub Desktop.
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx                  
helm repo update
helm install my-release ingress-nginx/ingress-nginx

Checando instalação

kubectl --namespace default get services -o wide -w my-release-ingress-nginx-controller

Fonte: https://kubernetes.github.io/ingress-nginx/deploy/

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