Skip to main content

Operations Checklist

Use these checklists for long-running clusters.

Routine checks

kubectl get nodes
kubectl get pods -A
kubectl get apps -n argocd

Before pushing changes

pre-commit run --all-files
kubectl get nodes
kubectl get pods -A

After a node reboot

kubectl get nodes
kubectl get pods -A