Skip to content

Instantly share code, notes, and snippets.

@icebob
Created January 1, 2020 13:20
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 icebob/2fae81d90cda3740e4f41e6080a29632 to your computer and use it in GitHub Desktop.
Save icebob/2fae81d90cda3740e4f41e6080a29632 to your computer and use it in GitHub Desktop.
Install Nginx Ingress controller
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/deployments/common/ns-and-sa.yaml
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/deployments/common/default-server-secret.yaml
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/deployments/common/nginx-config.yaml
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/deployments/rbac/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/deployments/daemon-set/nginx-ingress.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment