Runbooks
Runbooks are pre-built automation workflows that help you perform common Kubernetes operations with AI guidance.
What Are Runbooks?
Runbooks combine:
- Step-by-step instructions
- Automated checks
- AI-powered decision making
- Safe execution with rollback
Built-in Runbooks
Troubleshooting
| Runbook | Description |
|---|---|
| Pod Debugging | Investigate why pods aren't starting |
| Memory Pressure | Diagnose and resolve OOM issues |
| Network Issues | Debug service connectivity problems |
| Storage Problems | Troubleshoot PVC and mount issues |
Operations
| Runbook | Description |
|---|---|
| Rolling Restart | Safely restart a deployment |
| Scale Deployment | Scale with health checks |
| Cordon & Drain | Prepare nodes for maintenance |
| Certificate Renewal | Rotate TLS certificates |
Optimization
| Runbook | Description |
|---|---|
| Resource Right-sizing | Optimize CPU/memory requests |
| Cleanup Unused | Remove orphaned resources |
| Image Optimization | Find outdated or large images |
Running a Runbook
- Open the Runbooks panel (⌘/Ctrl + R)
- Select a runbook from the list
- Configure any required parameters
- Review the execution plan
- Click Execute to run
Creating Custom Runbooks
Plus and Enterprise users can create custom runbooks:
- Go to Settings → Runbooks
- Click Create New
- Define the steps and checks
- Save and share with your team