hi @jwilder ,
I have setup nginx in docker in local system and connected it with application running in minikube for least connection algo load balancing , while hardcoidng the minikube ip and nodeports, LB is working fine, but what if in future, so many pods are automatically added in minikube so, I want to remove dependency of manually updating the nginx.conf for added pods ip and nodeport, how can I achieve that for automatic nginx conf generation for minikube.