kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Visualization or listings or other interface for networks?

Open vielmetti opened this issue 7 years ago • 1 comments

I'm looking through the Kubernetic interface trying to get a sense for how the network within my Kubernetes setup is configured, and I'm not getting a lot of insight.

Is it on the roadmap to add some sort of screen focused on networking, that would put the network layer monitored by Kubernetic front and center?

vielmetti avatar Mar 05 '17 15:03 vielmetti

What you're asking is probably the Services view. Each service is a virtual IP that load balances to different pods. If you check inside each Service you'll see the Pods attached to it.

screen shot 2017-03-10 at 4 07 25 pm

Previously Pods where visible in Services screen as service children, which might be more to what you where looking, but in order to simplify Services screen, they are now only shown inside the specific service.

Services screen is meant to be more of high-level bird's eye view, but it currently lacks three things that might give better info:

  • number of instances attached on each service
  • the label selector that was used
  • The type of Service (e.g. LoadBalancer, NodePort etc)

screen shot 2017-03-10 at 4 11 53 pm

would that be sufficient to get a better grasp at networking?

dkapanidis avatar Mar 10 '17 15:03 dkapanidis