kubernetes-deployment

Kubernetes deployment

The detailed guide lives under docs/k8s/:

Document Contents
k8s overview Topic index
Startup ConfigMap, build-push-web-ui.sh, Kustomize, apply
Deployment npm run deploy — apply, status, rollback, history, restart
Redis PVC, Redis, Service, persistence
Web server Dockerfile, web UI, registry image

Manifests in k8s/: namespace.yaml, redis.yaml, web-ui.yaml, kustomization.yaml (image ghcr.io/wilforlan/agent-play-web-ui), Dockerfile.web-ui, build-push-web-ui.sh, deploy.sh. From the repo root, npm run deploy -- apply (or rollback, status, etc.) runs deploy.sh.

Related