Is there a way to check that the Load Balancer is working in Kubernetes? I've created an external Load Balancer for an App Service running in three pods and I was curious if is there a way to check that this Load Balancer is sending traffic randomly or distributing it across the pods.
I think you can 2 options,
curl --location --request GET 'http://YOUR-LB-SVC.NAMESPACE/YOUR-GET-API'