Difference between revisions of "Kubectl top"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
* <code>[[kubectl get pods]]</code>
 
* <code>[[kubectl get pods]]</code>
 
* <code>[[kubectl top pod]] POD_NAME</code>
 
* <code>[[kubectl top pod]] POD_NAME</code>
 +
* <code>[[kubectl logs]]</code>
 
* [[CKA]]: [[Understand how to monitor applications in Kubernetes]]
 
* [[CKA]]: [[Understand how to monitor applications in Kubernetes]]
 
* [[Horizontal Pod Autoscaler]]
 
* [[Horizontal Pod Autoscaler]]

Revision as of 18:58, 23 May 2022

kubectl top pod
error: Metrics API not available
kubectl top pod
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get pods.metrics.k8s.io)
kubectl top node
error: Metrics API not available
kubectl top node
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get nodes.metrics.k8s.io)


Related terms

See also

Advertising: