Micro Frontends on Kubernetes - Secrets -
team-black
team-red team-blue team-green
deployment
frontend
backend
frontend
backend
frontend
backend
deployment deployment
request
location /common
port 3000
port 3003
location /
location /red
$ sentry_dns='https://
[email protected]/X'
$ echo "sentry.dns=${sentry_dns}" >
team-red-secrets && \
kubectl create secret generic team.red
--from-env-file=./team-red-secrets
location /blue
port 3001 port 3002
location /green
statefulset statefulset
database database
port 3306
deployment
port 3306
30
secrets