Common Tasks
Deploying a New Application
- Create manifests in
apps/base/<app-name>/ - Create kustomization overlay in
apps/staging/<app-name>/ - Reference in
clusters/staging/apps.yaml - Commit and push - Flux will deploy
Updating an Application
- Update the manifest or kustomization
- Commit and push
- Monitor with
flux get kustomizations