Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergioarmgpl/grafanafiusac2024
https://github.com/sergioarmgpl/grafanafiusac2024
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergioarmgpl/grafanafiusac2024
- Owner: sergioarmgpl
- Created: 2024-04-19T17:34:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T23:12:03.000Z (8 months ago)
- Last Synced: 2024-04-20T18:56:04.832Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grafanaFIUSAC2024
To use this repo run the following steps:
1. Create the namespace and apply the YAML files into a Kubernetes Cluster
```
kubectl apply -f namespace.yaml
kubectl apply -f .
```
2. Check the client service
```
kubectl logs deploy/client -n monitoring -f
```
3. Access the dashboard in http://127.0.0.1:3000
```
kubectl port-forward -n monitoring --address 0.0.0.0 svc/grafana 3000:3000
```
4. Set the Redis datasource as
```
redis://redis.monitoring.svc:6379
```
5. Then create your dashboard