Proactively Monitor AKS connection to Database

Alvin Chung 1 Reputation point
2021-10-29T17:31:36.597+00:00

Is there a way to proactively monitor AKS connection to Database on AKS side? Or any native Azure tool/monitoring?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,803 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,855 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 19,856 Reputation points
    2021-11-01T13:10:35.173+00:00

    Hi @Alvin Chung

    Welcome to Microsoft Q&A! Thanks for posting the question.

    The ApplicationInsights feature of Azure monitor will be a suitable choice to monitor database connections from any type of hosting (App Service, VM, Container Instance or AKS). Especially, the Dependency rates, response times, and failure rates scenario would be useful for monitoring the external dependency related scenario.

    For more details, please review the article for Monitor layers of AKS with Container Insights. AppInsights comes under level 4. Apart from that, you can also monitor the performance of individual services using other insights available, for example storage, SQL, VM etc.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.