mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-02-14 18:29:52 +00:00
Deploy demo webapp
Demo webapp manifests:
Deploy the demo in webapp namespace:
kubectl apply -f ./webapp/common
kubectl apply -f ./webapp/backend
kubectl apply -f ./webapp/frontend
Deploy the demo in the dev namespace:
kustomize build ./overlays/dev | kubectl apply -f-
Deploy the demo in the staging namespace:
kustomize build ./overlays/staging | kubectl apply -f-
Deploy the demo in the production namespace:
kustomize build ./overlays/production | kubectl apply -f-