“Kubectl Top Pod” Code-Antworten

Kubectl bekommen Pods

# Get pods in default namespace
kubectl get pods

#Get Pods in my-namespace
kubectl get pods -n my-namespace

#Get Pods in all namespaces
kubectl get pods --all-namespaces
Concerned Crossbill

Kubectl Top Pod

kubectl top pod # shows metrics of pod as CPU and Memory (Bytes)
Armandres

Ähnliche Antworten wie “Kubectl Top Pod”

Fragen ähnlich wie “Kubectl Top Pod”

Weitere verwandte Antworten zu “Kubectl Top Pod” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen