Symptoms:
Steps:
kubectl get pods -n prodkubectl logs -n prod -l app=communoplus-apikubectl get events -n prodSymptoms:
Steps:
kubectl get pods -n vpnkubectl logs -n vpn -l app=gluetun-poolkubectl delete pod -n vpn <pod-name># Get all pod status
kubectl get pods --all-namespaces
# Describe a pod (shows events)
kubectl describe pod -n prod <pod-name>
# Check resource usage
kubectl top pods --all-namespaces
# Check node status
kubectl get nodes -o wide
runbooks/ directory