Open sanasz91mdev opened 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?
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?