Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 372 Bytes

Grafana

grafana deployment yaml files

deploy the grafana config-map file

kubectl create -f grafana-config.yml

deploy the grafana deployment yaml file

kubectl create -f grafana-deployment.yml

deploy the grafana service yaml

kubectl create -f grafana-service.yml

Now try to access the grafana url

http://:port ex: http://10.234.22.3:3000