You can access the CPU/Memory metrics at the node level by using the command oc adm top nodes
or kubectl top nodes
with the customer-admin cluster role. You can also access the CPU/Memory metrics of pods
with the command oc adm top pods
or kubectl top pods
.
Source: Azure Documentation FAQ Link.