Monior network throttling limits in Azure (kubernetes cluster)?

4/17/2020

I am seeing slow download performance when doing many small get requests (NPM install) on my machines in a kubernetes cluster in Azure.

I found this article regarding GET/POST limits:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling#network-throttling

and have tried to navigate the portal to find some way to monitor if I am hitting these limits during the GET tasks I am running.

Is there anyway to monitor if those limits are being reached in the Azure Portal?

-- u123
azure
kubernetes
networking

1 Answer

5/4/2020

There are multiple methods to enable monitoring of Azure Kubernetes Service (AKS) cluster already deployed. In the Kubernetes services portal, you can select Monitor Containers on the Onboarding to Azure Monitor for containers page.

Azure Monitor provides a multi-cluster view that shows the health status of all monitored Kubernetes clusters running Linux and Windows Server 2019 deployed across resource groups in your subscriptions. You also could view performance directly from a cluster and container metrics in metrics explorer. Read more details here.

For more information, see Best practices for application developers to manage resources in Azure Kubernetes Service (AKS).

-- Nancy Xiong
Source: StackOverflow