For newbies like me who doesn’t have any other kubernetes service or apps in your digitalocean account yet, you may also want to remove the Load Balancer created by going to:
Managing → Networking → Load Balancers → (the newly created load balancer)
It might help you save a bit more on your free credit.
Thank you. Simple explanations and instructions.
One problem I found - last part getting the load balancer IP doesn’t work anymore.
If we take a look at the json output with: kubectl get svc -n ingress-nginx ingress-nginx -o json
We will see empty object where the IP was supposed to be:
I found the reason:
I am using kind and create cluster by default. But include this guide, the cluster creation must be having some tricky (kind – Ingress).
Thanks for your great post.
As today (8 jan 2021) I’m using the 1.19.3-do.3 version of the DigitalOcean-Kubernetes cluster.
The command’s in the tutorial to install the NGINX Ingress Controller are for an older version.
So please specify in your side note that if you’re using a different DigitalOcean-Kubernetes cluster as you have used, you need to use the command specified in https://kubernetes.github.io/ingress-nginx/deploy/