Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelbarrera92/multi-tenant-metrics-demo
https://github.com/angelbarrera92/multi-tenant-metrics-demo
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelbarrera92/multi-tenant-metrics-demo
- Owner: angelbarrera92
- Created: 2022-09-27T14:43:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T14:56:56.000Z (about 2 years ago)
- Last Synced: 2023-03-21T20:44:26.710Z (over 1 year ago)
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-tenant-metrics-demo
This gitops project showcases:
- Kubernetes
- Prometheus
- Grafana
- GitOps
- Multi-tenancy## Install flux
```bash
$ flux install -v v0.41.2 --watch-all-namespaces=false --export > cluster/components/flux-system/flux.yaml
$ kubectl apply -f cluster/components/flux-system/flux.yaml
```## Init flux
```bash
$ kubectl apply -f cluster/components/flux-system/seed.yaml
```## Colima
node-exporter seems to be not working in colima
## Todo
- Network Policies
- Tenant template? (Helm chart?)
- Better docs# License
None