Deployment Documentation Index¶
Start here¶
This set is written to be deployment-agnostic with parameter placeholders, while preserving implementation evidence from:
hello-world-main/, the source repository is here.helm-hello-world-main/, the source repository is here.
Links to tools¶
| Gitlab | Link |
| Harbor | Link |
| ArgoCD | Link |
Parameter-first reading¶
Read 00-overview.md first to align on:
ENTITY_NAMESPACE(example:france-titres)APP_SLUGREGISTRY_HOSTK8S_NAMESPACERELEASE_NAME
Document order¶
00-overview.md- architecture and parameter model01-build-and-image-publish.md- Docker build/tag/push model02-gitlab-cicd-pipeline.md- pipeline stages/jobs/rules/promotion03-docker-compose-local-and-ci-usage.md- local runtime vs CI behavior04-helm-chart-deployment.md- chart behavior and install/upgrade05-virtualservice-routing.md- namespace-aware routing deep dive06-end-to-end-deployment-runbook.md- operational runbook and rollback
Notes on evidence¶
Each major claim references real files. When behavior is missing from implementation, assumptions are explicitly marked.