DEV Community

CodeTiger96
CodeTiger96

Posted on

Using a load balancer with a Static IP

I recently learned how to create a load balancer with a static IP and I would like to apply it to my existing AKS clusters. Is it possible to add this load balancer to an existing cluster with pods and remove the existing one, or do I need to recreate my cluster from scratch?

Latest comments (1)

Collapse
 
david_j_eddy profile image
David J Eddy

K8S resources can typically be replaced w/o rebuilding the cluster. Are you wanting to use the Load Balancer in front of the entire cluster or in front of just the Services?