kidys 发表于 2018-1-4 17:35:53

kubernetes 学习笔记3

$ kubectl get pods --show-labels  NAME                              READY   STATUS    RESTARTS   AGE       LABELS
  nginx-deployment-2035384211-7ci7o   1/1       Running   0          18s       app=nginx,pod-template-hash=2035384211
  nginx-deployment-2035384211-kzszj   1/1       Running   0          18s       app=nginx,pod-template-hash=2035384211
  nginx-deployment-2035384211-qqcnn   1/1       Running   0          18s       app=nginx,pod-template-hash=2035384211
页: [1]
查看完整版本: kubernetes 学习笔记3