We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: