ddometita / mmumshad-kubernetes-the-hard-way

Apache License 2.0
95 stars 142 forks source link

Can i use ingress controllers to configure Load Balancer provisioned in Section 08 #9

Open sanasz91mdev opened 1 year ago

sanasz91mdev commented 1 year ago

We have seen on cloud that installing an ingress controller, automatically provisions a LoadBalancer and ingress rules configure LoadABalancer itself.

Here on a bare Metal K8s, we have already launched a LoadBalancer https://github.com/ddometita/mmumshad-kubernetes-the-hard-way/blob/358fd23331f139031e87a69271e3820873b27d99/docs/08-bootstrapping-kubernetes-controllers.md#the-kubernetes-frontend-load-balancer

Can we use Ingress controllers like Kong / HAProxy/ Nginx to configure this existing Load Balancer via Ingress rules? If Not, what should be the way?