/var/run/log/envoy.log file on the ESXi host, you see the following entries:YYYY-MM-DDTHH:MM:SS.Z In(166) envoy[2106882]: "YYYY-MM-DDTHH:MM:SS.Z warning envoy[2107532] [Originator@6876 sub=filter] [Tags: "ConnectionId":"######"] remote https connections exceed max allowed: 128"Multiple simultaneous operations in SDDC Manager create excessive connection requests to vCenter Server and ESXi hosts. This results in the host envoy service reaching its maximum session limit.
Before remediating, verify if the session limit has been reached and identify the source IP address.
root via SSH.grep ":443" /var/run/log/envoy-access.log | cut -d' ' -f 15 | sort | uniq | cut -d ':' -f 1 | uniq -cRestarting the envoy service will clear the connection queue and allow vCenter Server to reconnect to the host.
/etc/init.d/envoy restartFor additional context on envoy session limits, see ESXi Hosts Show as "Not Responding" Due to Envoy Session Limits Exceeded by Replication Services