Continue Discussion 11 replies
April 2019

bruno.krebs

Kubernetes is quite cool, isn’t it? Are you planning to use ti to deploy microservices? Let’s chat!

June 2019

dwightrvaughn

Updated paths for resources:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml
And
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml

Great tutorial - very easy to follow. Thanks!

1 reply
June 2019

oni

Very nice hands-on tutorial! Thank you!

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.

June 2019 ▶ dwightrvaughn

oni

Thank you! That worked.

July 2019

alexbezhan

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:

        "loadBalancer": {}
    }```
1 reply
September 2019 ▶ alexbezhan

bruno.krebs

Hey there, @alexbezhan. I tested the article and everything worked just fine. I’m wondering, perhaps you missed a step? Or you executed this too fast?

1 reply
April 2020 ▶ bruno.krebs

yj0930

I’ve the same issue with alexbezhan. Could you give me some hint for debugging?

1 reply
April 2020

konrad.sopala Community Engineer

Pinging article author for visibility: @bruno.krebs

April 2020 ▶ yj0930

yj0930

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.

1 reply
April 2020 ▶ yj0930

konrad.sopala Community Engineer

Thanks for sharing it with the rest of community!

January 2021

dirk.declercq.ddc

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/