Skip to content

Instantly share code, notes, and snippets.

@IvanCl4udio
Last active October 2, 2023 14:11
Show Gist options
  • Save IvanCl4udio/1ec36236aebe3a1df31b19a64e1818fa to your computer and use it in GitHub Desktop.
Save IvanCl4udio/1ec36236aebe3a1df31b19a64e1818fa to your computer and use it in GitHub Desktop.
How install Ingress Nginx on k8s cluster

How install Ingress NGinx

helm upgrade --install ingress-nginx ingress-nginx \
  --repo https://kubernetes.github.io/ingress-nginx \
  --namespace ingress-nginx --create-namespace
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment