Skip to content

Latest commit

 

History

History

kube-prometheus

Monitoring AKS with Promethues

This example demonstrates how to setup monitoring for an AKS cluster using kube-prometheus as a starting point. Minor updates are applied to customize the configuration for AKS.

Prerequisites

Installation

kustomize build github.com/Azure/AKS/examples/kube-prometheus | kubectl apply -f -

How-to