Are there any third party tools for Kubernetes UI?

6/1/2016

Are there any third party tools for Kubernetes UI? Such as to view pods on the main page or to edit the config of an object?

-- Madhurima Mishra
kubernetes

4 Answers

6/1/2016

We are using https://github.com/ElasticBox/elastickube to manage users and permissions to deploy services and pods.

-- Naveen
Source: StackOverflow

6/30/2018

We are using kubernetic (www.kubernetic.com) in order to see/scale/delete kubernetes resources. It still has some issues with displaying correct information but in general it's nice.

-- Vasily Yanov
Source: StackOverflow

6/1/2016

The fabric8 console provides a console to manage resources as well as full continuous delivery pipelines built on top of Kubernetes. Some great articles & blog posts about it here.

-- Jimmi Dyson
Source: StackOverflow

6/1/2016

There is the dashboard (https://github.com/kubernetes/dashboard) or the now deprecated kube-ui (https://github.com/kubernetes/kube-ui).

Also I've played with Weave Scope which has a pretty cool integration with k8s: https://www.weave.works/products/weave-scope/

-- Steve Sloka
Source: StackOverflow