I'm running a local cluster with one master node and one worker node and a statefulset with 10 pods and I'm trying to figure out a way to send information from a pod webr-master
- that lives on the master node running a container image that receives http POST
requests from the statefulset's pods - to the load balancer code/logic (in my case - NodePort).
webr-master
pod connect to this service?thanks