onlinejudge95

Kube-System namespace

Dec 24th, 2021 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. $ kubectl --namespace kube-system get all
  2. NAME                                             READY   STATUS    RESTARTS   AGE
  3. pod/coredns-7f9c69c78c-lpllx                     1/1     Running   0          5h7m
  4. pod/dashboard-metrics-scraper-58d4977855-6xfdq   1/1     Running   0          5h7m
  5. pod/kubernetes-dashboard-59699458b-g7hxz         1/1     Running   0          5h7m
  6. pod/metrics-server-85df567dd8-4fp7s              1/1     Running   0          5h9m
  7.  
  8. NAME                                TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)                        AGE
  9. service/dashboard-metrics-scraper   ClusterIP   10.152.183.153   <none>        8000/TCP                       5h9m
  10. service/kube-dns                    ClusterIP   10.152.183.10    <none>        53/UDP,53/TCP,9153/TCP         5h9m
  11. service/kubelet                     ClusterIP   None             <none>        10250/TCP,10255/TCP,4194/TCP   46h
  12. service/kubernetes-dashboard        ClusterIP   10.152.183.127   <none>        443/TCP                        5h9m
  13. service/metrics-server              ClusterIP   10.152.183.37    <none>        443/TCP                        5h9m
  14.  
  15. NAME                                        READY   UP-TO-DATE   AVAILABLE   AGE
  16. deployment.apps/coredns                     1/1     1            1           5h9m
  17. deployment.apps/dashboard-metrics-scraper   1/1     1            1           5h9m
  18. deployment.apps/kubernetes-dashboard        1/1     1            1           5h9m
  19. deployment.apps/metrics-server              1/1     1            1           5h9m
  20.  
  21. NAME                                                   DESIRED   CURRENT   READY   AGE
  22. replicaset.apps/coredns-7f9c69c78c                     1         1         1       5h7m
  23. replicaset.apps/dashboard-metrics-scraper-58d4977855   1         1         1       5h7m
  24. replicaset.apps/kubernetes-dashboard-59699458b         1         1         1       5h7m
  25. replicaset.apps/metrics-server-85df567dd8              1         1         1       5h9m
  26.  
Add Comment
Please, Sign In to add comment