Skip to content

Commit

Permalink
streamline wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jetzlstorfer committed Jul 30, 2020
1 parent 42c36e0 commit 804f6b3
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions grafana-manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

This folder holds manifests to deploy Grafana into the `monitoring` namespace of your Kubernetes cluster. Please note that this is mainly for development and demo purposes and these manifests are not meant to be used in a production environment.

Deploy Grafana into your cluster:
```
kubectl apply -f .
```
1. Deploy Grafana into your cluster:
```
kubectl apply -f .
```
Login to Grafana by getting the EXTERNAL-IP:
```
kubectl get service grafana -n monitoring
```
1. Login to Grafana by getting the EXTERNAL-IP:
```
kubectl get service grafana -n monitoring
```
Login with the default credentials `admin` / `admin`.
1. Login with the default credentials `admin` / `admin`.
1. Once logged in, navigate to `Configuration -> API Keys` and generate a new API key with the role *Admin*. If the automatic creation of a Prometheus datasource is not needed, the role *Editor* is sufficient.
1. Use the API Key in the `deploy/service.yaml` file to configure the Grafana-service to talk to your Grafana instance.

0 comments on commit 804f6b3

Please sign in to comment.