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": {}
}```