How would you set up Kubernetes load balancing across containers?
Load balancing across Kubernetes containers ensures even distribution of traffic. Describe your strategy for implementing load balancing, either with Ingress controllers or service meshes like Istio, and include any example configurations.