Skip to content

Commit 61edfa7

Browse files
author
Jürgen Etzlstorfer
authored
Merge pull request #1 from keptn-sandbox/patch/fix-readme
move files and add readme
2 parents 71d96af + 804f6b3 commit 61edfa7

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

grafana-manifests/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Grafana manifests
2+
3+
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.
4+
5+
1. Deploy Grafana into your cluster:
6+
```
7+
kubectl apply -f .
8+
```
9+
10+
1. Login to Grafana by getting the EXTERNAL-IP:
11+
```
12+
kubectl get service grafana -n monitoring
13+
```
14+
15+
1. Login with the default credentials `admin` / `admin`.
16+
17+
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.
18+
19+
1. Use the API Key in the `deploy/service.yaml` file to configure the Grafana-service to talk to your Grafana instance.
20+
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)