Skip to content

Commit

Permalink
Merge pull request #1 from keptn-sandbox/patch/fix-readme
Browse files Browse the repository at this point in the history
move files and add readme
  • Loading branch information
Jürgen Etzlstorfer authored Jul 30, 2020
2 parents 71d96af + 804f6b3 commit 61edfa7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions grafana-manifests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Grafana manifests

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.

1. Deploy Grafana into your cluster:
```
kubectl apply -f .
```
1. Login to Grafana by getting the EXTERNAL-IP:
```
kubectl get service grafana -n monitoring
```
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 61edfa7

Please sign in to comment.