-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from keptn-sandbox/patch/fix-readme
move files and add readme
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.