Following packages have to be installed into your Kubernetes environment:
# Add dNation helm repository
helm repo add dnationcloud https://dnationcloud.github.io/helm-hub/
helm repo update
# Install dNation Ping
helm install dnation-ping dnationcloud/dnation-ping
- dNation Ping Helm Chart is hosted in the dNation Helm Repository.
- Expose Grafana (standalone instance installed via helm command above)
kubectl port-forward --address 0.0.0.0 svc/dnation-ping-grafana 3000:80
- Access Grafana:
http://<ClusterIP>:3000/
- Username:
admin
- Password :
pass
- Click
Ping
dashboard - If you want to set the
Ping
dashboard as a home dashboard, follow instructions