Instructions
- Once you have kubectl setup make sure you are in the correct context.
kubectl config current-context
- Create the ingress controller loadbalancer service. This will automatically create the DigitalOcean loadbalancer.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.32.0/deploy/static/provider/do/deploy.yaml
- Go to your DigitalOcean account and make sure the loadbalancer has been provisioned and is healthy.
Screencast
Resources
Get More!