Workflow: Cluster Uninstall¶
How to safely remove apps from a running cluster.
Steps¶
1. Identify dependencies¶
Check if other apps depend on this one.
2. Create backup¶
3. Scale down (if applicable)¶
4. Uninstall¶
5. Verify removal¶
Check no orphaned resources remain.
Safety Checklist¶
- [ ] No other apps reference resources from this app
- [ ] Backup created for secrets/certs
- [ ] PVCs reviewed (uninstall does not delete PVCs by default)
- [ ] DNS records cleaned up if relevant
See Also¶
- hydra gitops uninstall
- hydra gitops backup
- Refs: Ref Tags —
[uninstall]tag