We are running a Kubernetes cluster on AKS. The cluster runs on multiple node pools. Autoscaling is enabled to make sure nodes are added or removed when necessary.
I can see the current used amount of nodes by navigating to AKS -> Settings -> Node pools on the Azure Portal. However, I'm not able to get this information historically.
A question I want to find an answer for: How many nodes were active for node pool 'x' last night?
I couldn't find any metrics for the AKS and Virtual Machine Scale Set resources to answer my question. What are my options?