harbur / kubernetic

Kubernetic - Supercharge your Kubernetes clusters
https://kubernetic.com
276 stars 26 forks source link

Display Endpoints #281

Open himslm01 opened 3 years ago

himslm01 commented 3 years ago

Endpoints are not displayed in Kubernetic, which means Kubernetic is not a Complete replacement of CLI ;-)

$ kubectl get endpoints --context k3os --all-namespaces
NAMESPACE     NAME                    ENDPOINTS                                     AGE
default       kubernetes              10.11.12.13:6443                              4d17h
kube-system   kube-dns                10.42.0.18:53,10.42.0.18:53,10.42.0.18:9153   4d17h
kube-system   traefik-prometheus      10.42.0.19:9100                               4d
kube-system   traefik                 10.42.0.19:443,10.42.0.19:80                  4d
kube-system   metrics-server          10.42.0.16:443                                4d17h
sites         crs01                   10.11.12.15:80                                17m
sites         rb01                    10.11.12.16:80                                17m
sites         rb02                    10.11.12.17:80                                17m
sites         rb03                    10.11.12.18:80                                17m
kube-system   rancher.io-local-path   <none>                                        4d

It would be really useful to have endpoints join the Networking section of Kubernetic.

dkapanidis commented 3 years ago

sounds good 👍

dominch commented 3 years ago

Looking too for this feature! :)