Skip to content

Instantly share code, notes, and snippets.

@netoxico
Last active September 27, 2018 03:51
Show Gist options
  • Save netoxico/d3e731e3806af1d2dd6ab3f47cffc04b to your computer and use it in GitHub Desktop.
Save netoxico/d3e731e3806af1d2dd6ab3f47cffc04b to your computer and use it in GitHub Desktop.
ingress-nginx.sh
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/default-backend.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/configmap.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/tcp-services-configmap.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/udp-services-configmap.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/with-rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/baremetal/service-nodeport.yaml
kubectl get svc -n ingress-nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment