organicnz

kubectl get all --all-namespaces

Jan 5th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. NAMESPACE NAME READY STATUS RESTARTS AGE
  2. default pod/nginx-6799fc88d8-8vzvr 1/1 Running 1 22h
  3. default pod/nginx2-5fc4444698-5298k 1/1 Running 1 22h
  4. kube-system pod/calico-kube-controllers-5c6f6b67db-zhxfx 1/1 Running 2 24h
  5. kube-system pod/calico-node-9swdq 1/1 Running 2 24h
  6. kube-system pod/calico-node-g7rsq 1/1 Running 2 24h
  7. kube-system pod/calico-node-zs52d 1/1 Running 2 24h
  8. kube-system pod/coredns-74ff55c5b-6q4fl 1/1 Running 2 24h
  9. kube-system pod/coredns-74ff55c5b-wr29f 1/1 Running 2 24h
  10. kube-system pod/etcd-kmaster 1/1 Running 2 24h
  11. kube-system pod/kube-apiserver-kmaster 1/1 Running 2 24h
  12. kube-system pod/kube-controller-manager-kmaster 1/1 Running 2 24h
  13. kube-system pod/kube-proxy-7qp95 1/1 Running 2 24h
  14. kube-system pod/kube-proxy-lw994 1/1 Running 2 24h
  15. kube-system pod/kube-proxy-n6mvc 1/1 Running 2 24h
  16. kube-system pod/kube-scheduler-kmaster 1/1 Running 2 24h
  17. metallb-system pod/controller-65db86ddc6-872c7 1/1 Running 1 22h
  18. metallb-system pod/speaker-bj9bw 1/1 Running 1 22h
  19. metallb-system pod/speaker-jtqz7 1/1 Running 1 22h
  20. metallb-system pod/speaker-nqhh2 1/1 Running 1 22h
  21.  
  22. NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  23. default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 24h
  24. default service/nginx LoadBalancer 10.109.44.166 172.16.16.240 80:30389/TCP 22h
  25. default service/nginx2 LoadBalancer 10.105.169.42 172.16.16.241 80:31206/TCP 22h
  26. kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 24h
  27.  
  28. NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
  29. kube-system daemonset.apps/calico-node 3 3 3 3 3 kubernetes.io/os=linux 24h
  30. kube-system daemonset.apps/kube-proxy 3 3 3 3 3 kubernetes.io/os=linux 24h
  31. metallb-system daemonset.apps/speaker 3 3 3 3 3 kubernetes.io/os=linux 22h
  32.  
  33. NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
  34. default deployment.apps/nginx 1/1 1 1 22h
  35. default deployment.apps/nginx2 1/1 1 1 22h
  36. kube-system deployment.apps/calico-kube-controllers 1/1 1 1 24h
  37. kube-system deployment.apps/coredns 2/2 2 2 24h
  38. metallb-system deployment.apps/controller 1/1 1 1 22h
  39.  
  40. NAMESPACE NAME DESIRED CURRENT READY AGE
  41. default replicaset.apps/nginx-6799fc88d8 1 1 1 22h
  42. default replicaset.apps/nginx2-5fc4444698 1 1 1 22h
  43. kube-system replicaset.apps/calico-kube-controllers-5c6f6b67db 1 1 1 24h
  44. kube-system replicaset.apps/coredns-74ff55c5b 2 2 2 24h
  45. metallb-system replicaset.apps/controller-65db86ddc6 1 1 1 22h
Advertisement
Add Comment
Please, Sign In to add comment