Initial commit

This commit is contained in:
Raffael H
2023-08-08 17:25:02 +02:00
commit 1a1b0b9047
21 changed files with 428 additions and 0 deletions

13
readme.md Normal file
View File

@@ -0,0 +1,13 @@
# Prometheus lab setup
WIP repository for prometheus lab user setup:
Setup the namespaces with:
kubectl create namespace user1-monitoring
kubectl create namespace user1-monitoring-demo
helm -n user1-monitoring install user1-monitoring ./user-monitoring --set user=user1
helm -n user1-monitoring-demo install user1-monitoring-demo ./user-monitoring-demo --set user=user1