Quickly install kube-state-metrics, prometheus, grafana, and the cost-analyzer app on your cluster with helm. Requires a helm installation.
kubectl apply -f helm.yaml
Sets up a suggestion for roles for your helm service.
Once the roles have been set up, navigate to the kubecost-quickstart home directory and run
helm install cost-analyzer --name cost-analyzer --namespace monitoring
View the dashboard locally with
kubectl port-forward --namespace monitoring deployment/cost-analyzer-grafana 3000
Sample Cluster Dashboard Here: