Files
rasmus 8fe0356599 clean up shared/
most of it replaced or unused
2026-01-03 06:59:38 +02:00
..
2025-04-18 23:10:38 +03:00
2026-01-03 06:59:38 +02:00
2025-04-18 23:10:38 +03:00

Playground

Playground namespace is accessible to Developers AD group.

Novel log aggregator is being developer in this namespace:

kubectl create secret generic -n playground mongodb-application-readwrite-password --from-literal="password=$(cat /dev/urandom | base64 | head -c 30)"
kubectl create secret generic -n playground mongodb-application-readonly-password --from-literal="password=$(cat /dev/urandom | base64 | head -c 30)"
kubectl apply -n playground -f logging.yml -f mongodb-support.yml -f mongoexpress.yml -f networkpolicy-base.yml