Kubernetes playground – How to Load Balance with MetalLB
In the last post, we talked about the Kubernetes context and how you can flip between different Kubernetes cluster control contexts from your Windows machine. We have also spoken about in this series how load balancing gives us better access to our application vs using the node port for access. This post will highlight how simple it is to deploy your load balancer and configure it for your home lab Kubernetes cluster. Roll your own Kubernetes Load Balancer If you deployed your Kubernetes cluster in Cloud, the cloud provider will take care of creating Load balancer instances. But if you are using bare metal forRead More →