Hey Folks,
I have setup a 6 Node K8S Cluster. 3 ControlPlane Servers and 3 Worker nodes, now i want to deploy my applications with this cluster and i have setup ingress-nginx, but when i type
kubectl -n ingress-nginx get services
the ingress-nginx-controller with Type LoadBalancer shows Public IP Pending. What can i do now, i don’t have an external load balancer and i only have one ip per server. I can’t get additional IP’s or floating IP’s from my Provider. Will my project fail because of this?
Thank’s guys!
Greets