Provision DigitalOcean Loadbalancer with NGINX Ingress Controller for Kubernetes

September 18, 2019

1 min read

Instructions

  1. Once you have kubectl setup make sure you are in the correct context.
kubectl config current-context
  1. 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
  1. Go to your DigitalOcean account and make sure the loadbalancer has been provisioned and is healthy.

Screencast

Resources

Get More!