Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 974 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 974 Bytes

Prerequisites

Following packages have to be installed into your Kubernetes environment:

Installation

# 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

Getting started

  • 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