-
Notifications
You must be signed in to change notification settings - Fork 0
Maintenance Guide
PunGrumpy edited this page Oct 24, 2024
·
2 revisions
# Backup etcd
etcdctl snapshot save snapshot.db
# Backup persistent volumes
velero backup create <backup-name>
# Export custom resources
kubectl get -o yaml <resource-type> > backup.yaml
- Review release notes
- Update version tags
- Test in staging
- Deploy to production
- Verify functionality
# Restore etcd
etcdctl snapshot restore snapshot.db
# Restore from backup
velero restore create --from-backup <backup-name>
# Apply custom resources
kubectl apply -f backup.yaml
# Check certificate expiry dates
open "https://dash.cloudflare.com/"
- Regular RBAC review
- Service account rotation
- API audit logging
- Security scanning