...
/Combine Azure Log Analytics with an AKS Cluster
Combine Azure Log Analytics with an AKS Cluster
In this lesson, we will combine Azure Log Analytics with an AKS cluster enabling the AKS addon.
We'll cover the following...
Enable AKS addon for logging #
Just like GKE (and unlike EKS), AKS comes with an integrated logging solution. All we have to do is enable one of the AKS addons. To be more precise, we’ll enable the monitoring
addon. As the name indicates, the addon not only fulfills the need to collect logs, but it also handles metrics. However, we are interested just in logs. I believe that nothing beats Prometheus
for metrics, especially since it integrates with HorizontalPodAutoscaler
. Still, you should explore AKS metrics as well and reach your own conclusion. For now, we’ll explore only the logging part of the addon.
az
...Access this course and 1400+ top-rated courses and projects.