Bootchart for Kubernetes Pods
go build ./cmd/kubechart
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.
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