LCMD db logoLCMD[db]

Deployment Overview

How code in main becomes prod

GitOps over K3s. Every merge to main flows to prod automatically.

Stack

Flow

Release tags (v*) annotate the GitHub release with image references but do not trigger a separate deploy — see Releases.

Repository layout

kustomization.yaml

See the infrastructure/kubernetes/ README for directory-level details.

Where to look

TaskGo here
Access the clusterKubernetes access
Understand the CD pipelineCI/CD
Rollback a bad deployCI/CD → Rollback
Cut a releaseReleases
Decrypt or rotate secretsKubernetes access → Secrets
Image Updater internalsimage-updater README
Renew TLS certsTLS certificate

On this page