Self-Managed Kubernetes Cleanup
This guide provides instructions for completely removing Observo Site and the Kubernetes cluster from your nodes. Follow the appropriate section based on your installation method.
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
Access Observo Cloud interface
Navigate to Settings → Sites
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
For additional assistance, refer to:
Last updated
Was this helpful?

