Hi All,
My simulator running every 30 min and executing set of operation by calling microservice X, X service needs to call Y or Z service based on some condition, All service health is fine, most of time the first call in every 30min from simulator is failing due to Read timeout… Did the TCP dump and found that IP lookup for X to Y or Z taking time around 20 sec… after the first call everything working fine… Not sure how to resolve this issue.
…
Need some light how to solve this issue.