Testing Kubernetes Load Balancer via Replicas (Kubernetes)

I previously blogged about deploying a replica set of nginx in Kubernetes, with the same static web pages shared from storage. I then did a post about using a load balancer such as Metallb in Kubernetes, with pods available externally via the load balancer. But how about mixing the two together…. Some Python (Flask) When … Continue reading Testing Kubernetes Load Balancer via Replicas (Kubernetes)