kubectl
可以透過指令的方式,控制 Kubernetes 集群。
查詢所有指令用法: kubectl help
kubectl [command] [TYPE] [NAME] [flags]
kubectl get nodes
NAME STATUS ROLES AGE VERSION
gke-k8s-cluster-default-pool-1c8be91c-9jts Ready <none> 33m v1.13.7-gke.8
gke-k8s-cluster-default-pool-1c8be91c-pq5t Ready <none> 33m v1.13.7-gke.8
gke-k8s-cluster-default-pool-1c8be91c-xdwd Ready <none> 33m v1.13.7-gke.8
kubectl get pod pod1
kubectl get pods pod1
kubectl get po pod1
資源類型及其縮寫別名的列表
kubectl api-resources:列出所有的資源