Load Balancer

This type of service exposes the service using a cloud provider's load balancer, which distributes traffic to the different Pods

It is possible that a node might be added or removed from the system, which means that we need to manually update the endpoints of the load balancer or recreate the service

When you create a Service of type Load Balancer, k8s will automatically create a Node Port and Cluster IP for the Service.