Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendandburns/gcp-live-k8s-visualizer
Source code for the Kubernetes visualizer used in the GCP Live Container Engine Demo
https://github.com/brendandburns/gcp-live-k8s-visualizer
Last synced: about 17 hours ago
JSON representation
Source code for the Kubernetes visualizer used in the GCP Live Container Engine Demo
- Host: GitHub
- URL: https://github.com/brendandburns/gcp-live-k8s-visualizer
- Owner: brendandburns
- License: apache-2.0
- Created: 2014-11-11T21:11:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T04:49:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T14:08:56.783Z (8 days ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 215
- Watchers: 13
- Forks: 132
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.