Self-Managed Kubernetes Cleanup
Pre-cleanup Steps
1. Back Up Important Data
# Backup Kubernetes configurations
kubectl get all -n observo-client -o yaml > observo-backup.yaml
# Backup persistent data (if needed)
kubectl get pv,pvc -A -o yaml > storage-backup.yaml2. Remove Site Registration
Cluster Cleanup
1. Remove Observo Components
2. Uninstall k3s
3. Clean Up System Files
Network Cleanup
1. Remove CNI Interfaces
2. Cleanup nginx Configuration
System Cleanup
1. Remove System Services
2. Clean Container Runtime
Verify Cleanup
1. Check Processes
2. Check Network
Last updated
Was this helpful?

