Skip to content

Bootchart for Kubernetes Pods

Notifications You must be signed in to change notification settings

sjenning/kubechart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubechart

Bootchart for Kubernetes Pods

KubeChart

KubeChart 1.0 Demo

Building

go build ./cmd/kubechart

Running

Set your KUBECONFIG appropriately or using the --kubeconfig flag to pass it directly

./kubechart

Then open up http://localhost:3000 to see the KubeChart.

If it doesn't work, add --logtostderr to the flag to get more verbose logging.

Data Collection and Offline Analysis

cd static
curl -OL http://localhost:3000/data.json

To view the data, launch a simple python webserver in the static directory

python3 -m http.server

and go to http://localhost:8000

About

Bootchart for Kubernetes Pods

Resources

Stars

Watchers

Forks

Packages

No packages published