“Pod Top Kubectl” Kode Jawaban

Kubectl mendapatkan pod

# 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

Pod Top Kubectl

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

Jawaban yang mirip dengan “Pod Top Kubectl”

Pertanyaan yang mirip dengan “Pod Top Kubectl”

Lebih banyak jawaban terkait untuk “Pod Top Kubectl” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya