We have a Helm chart for Monasca and all of its microservices. This can be found at Monasca Helm. The charts are hosted via github pages on monasca.io
To install Monasca on a running Kubernetes cluster follow the following steps:
More detailed configuration for installing Monasca can be found in the charts’ README
Grafana is deployed when bringing up Monasca and by default is configured with the Monasca datasource. Default dashboards are also created on install for Deployments, Namespaces, Pod, Daemonset and Nodes.
Along with that a Monasca App is installed that can be used to view/create/modify Monasca alarms and notifications.
Grafana can be accessed by port-forwarding the grafana service to localhost.
Setting up grafana port-forward:
$ kubectl get pods -n monitoring -l component=grafana
$ kubectl port-forward -n monitoring 3000
After the above is set up you can visit grafana with the default credentials mini-mon/password.