Visualization or listings or other interface for networks?
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?
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.

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)

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