Kubernetes delay pod-to-pod
Rafael Lenzi
1
Reputation point
I'm using a loadbalancer to receive the tags that I'm sending to mqtt, they arrive with a normal operation. However, when mqtt sends these tags received to the next containner, there is a delay of 1 minute between each process, which in my local environment happens in seconds. I would like to understand why the connection is so slow between pods.
I changed the service call that was '.default.svc.cluster.local' to the service's cluster ip but I didn't get a delay difference.
Sign in to answer