All Projects → brendandburns → Gcp Live K8s Visualizer

brendandburns / Gcp Live K8s Visualizer

Licence: apache-2.0
Source code for the Kubernetes visualizer used in the GCP Live Container Engine Demo

Programming Languages

javascript
184084 projects - #8 most used programming language

Kubernetes/Container Engine Visualizer

This is a simple visualizer for use with the Kubernetes API.

Usage:

  • First install a Kubernetes or Container Engine Cluster
  • git clone https://github.com/brendandburns/gcp-live-k8s-visualizer.git
  • kubectl proxy --www=path/to/gcp-live-k8s-visualizer --www-prefix=/my-mountpoint/ --api-prefix=/api/

Then

http://127.0.0.1:8001/my-mountpoint/

That's it. The visualizer uses labels to organize the visualization. In particular it expects that

  • pods, replicationcontrollers, and services have a name label, and pods and their associated replication controller share the same name, and
  • the pods in your cluster will have a uses label which contains a comma separated list of services that the pod uses.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].