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.