/images/me/avatar.jpeg

Kevin Chou

In House K8s Load Balancer Architecture On-Premises

Load Balancer in Kubernetes Load Balancer in Kubernetes especially in on-premises setup is quite tricky to dealing with it. In cloud environment when we have service type LoadBalancer the cloud provider will setup the load balancer for you. They will provision the instance, configure the firewall, accessibility and distribute the traffic through your Kubernetes worker nodes. So in this article we will learn about, why we need to build that and how to do that in general.