How can I get access to metrics like CPU/memory at the node level?

DenisMcD 231 Reputation points
2020-05-08T14:44:37.577+00:00

How can a customer get access to metrics like CPU/memory at the node level to take action to scale, debug issues, etc.? I cannot seem to run kubectl top on an ARO cluster.

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
90 questions
0 comments No comments
{count} votes

Accepted answer
  1. vipullag-MSFT 26,431 Reputation points
    2020-05-08T16:39:58.337+00:00

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.