Guest User

kubectl get svc

a guest
Oct 23rd, 2017
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. $ kubectl get svc
  2. NAME                                        CLUSTER-IP       EXTERNAL-IP   PORT(S)          AGE
  3. hello-world-svc                             10.254.33.192    <nodes>       8080:31794/TCP   16d
  4. kubernetes                                  10.254.0.1       <none>        443/TCP          16d
  5.  
  6. $ kubectl --namespace=kube-system get svc
  7. NAME                    CLUSTER-IP       EXTERNAL-IP   PORT(S)                         AGE
  8. elasticsearch-logging   10.254.246.134   <none>        9200/TCP                        2d
  9. heapster                10.254.137.146   <none>        80/TCP                          3d
  10. kibana-logging          10.254.152.177   <nodes>       5601:30968/TCP                  2d
  11. kube-dns                10.254.0.10      <none>        53/UDP,53/TCP                   2d
  12. monitoring-grafana      10.254.82.65     <nodes>       80:31990/TCP                    3d
  13. monitoring-influxdb     10.254.129.245   <nodes>       8083:31137/TCP,8086:32375/TCP   3d
  14. tiller-deploy           10.254.68.95     <none>        44134/TCP                       16d
Advertisement
Add Comment
Please, Sign In to add comment