Skip to content

Instantly share code, notes, and snippets.

@JonathanBowker
Forked from chukaofili/ingress-nginx.sh
Created June 30, 2018 15:14
Show Gist options
  • Save JonathanBowker/a093982952411111d7640f7ade270721 to your computer and use it in GitHub Desktop.
Save JonathanBowker/a093982952411111d7640f7ade270721 to your computer and use it in GitHub Desktop.
Nginx Ingress
#!/bin/bash
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment