Team,
Generally people deploy rest based web api made in AKS or Azure app services or any other public cloud but, after few months some network latency has starts hitting the deployment.
At such stage, sometimes people do hard restart of the application in the lower environment to clear the load on the memory. But, it is unacceptable in production.
Could you please suggest any tool or other best practices which can be followed to measure the network latency, especially in AKS, so that an alert can be received if it crosses a certain threshold.
Thank you