kube/playground
Lauri Võsandi 0fd0094ba0 playground: Initial commit 2022-10-14 00:14:35 +03:00
..
README.md playground: Initial commit 2022-10-14 00:14:35 +03:00
logging.yml playground: Initial commit 2022-10-14 00:14:35 +03:00
mongodb-support.yml playground: Initial commit 2022-10-14 00:14:35 +03:00
mongoexpress.yml playground: Initial commit 2022-10-14 00:14:35 +03:00
networkpolicy-base.yml playground: Initial commit 2022-10-14 00:14:35 +03:00

README.md

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