GitOps Workflows
Enable GitOps with Flux or ArgoCD for declarative, Git-driven deployments. KSail automatically installs the GitOps engine, scaffolds FluxInstance or ArgoCD Application CRs, and provides commands to package manifests as OCI artifacts, push to the local registry, and trigger reconciliation.
ksail cluster init --gitops-engine Flux --local-registry localhost:5050ksail cluster createksail workload pushksail workload reconcileCommands
Section titled “Commands”| Command | Description |
|---|---|
ksail workload push | Package and push manifests to registry |
ksail workload reconcile | Trigger GitOps sync and wait for full Flux Kustomization dependency chain |
Related
Section titled “Related”- ArgoCD ApplicationSet — end-to-end guide for multi-environment GitOps with ArgoCD
- Tenant Management — onboard teams with GitOps sync resources