January 2019
Beginner to intermediate
352 pages
8h
English
Installing Grafana is very easy, as we can directly use its Docker image, which is available in the Docker.io referencing it on the OpenShift command given in the following steps:
./oc new-app grafana/grafana --> Found Docker image d0454da (3 days old) from Docker Hub for "grafana/grafana"
An image stream tag will be created called grafana:latest, which will track this image. This image will be deployed in the deployment config grafana. Port 3000/tcp will be load-balanced by the grafana service.
--> Creating resources ...imagestream.image.openshift.io "grafana" ...
Read now
Unlock full access