Troubleshooting
Start with structured evidence:
devopsellence doctordevopsellence statusdevopsellence node diagnose prod-1devopsellence support bundle --output ./devopsellence-support.jsonThen inspect logs:
devopsellence logs --node prod-1 --lines 100devopsellence node logs prod-1 --lines 100Common next questions:
- What release is intended?
- What publication reached each node?
- What is actually running?
- Which health check failed?
- What should I inspect next with SSH, Docker, files, logs, JSON, or cloud CLIs?
devopsellence should keep ordinary operational tools useful. SSH into the node when structured evidence says node-local inspection is the safer next step.