A curated collection of production-ready scripts, runbooks, and reference docs for common DevOps tools. Each entry is version-specific, scenario-grounded, and ready to adapt for real infrastructure work.
DevOps-Kit/
├─ 00_index/ → Navigation: topic index, quick links, glossary
├─ docs/
│ ├─ how-to/ → Step-by-step guides per tool
│ ├─ troubleshooting/ → Failure patterns and fixes
│ ├─ runbooks/ → Incident response procedures
│ └─ reference/ → Quick-reference tables and flags
├─ scripts/
│ ├─ bash/ → Shell scripts, organized by tool
│ └─ python/ → Python utilities
├─ snippets/ → Copy-paste ready one-liners and blocks
└─ templates/ → Starter configs for k8s, Terraform, Docker, etc.
- Find what you need: Start with
00_index/quick-links.mdfor the most useful resources - Explore by tool: Each tool has its own
toolkit/directory with scripts, docs, and how-to guides - Learn concepts: Check
docs/concepts/for deep dives into technologies - Fix issues: Look in
docs/troubleshooting/for common problems and solutions
| Tool | Scripts | Docs | Snippets | Templates |
|---|---|---|---|---|
| Kubernetes | 12 | 7 | 1 | 3 |
| Kafka | 17 | 3 | 1 | 0 |
| Jenkins | 2 | 3 | 3 | 0 |
| Linux | 6 | 2 | 1 | 0 |
| Observability | 8 | 1 | 1 | 0 |
| OCI/Registry | 5 | 1 | 1 | 0 |
| CI/CD | 5 | 1 | 1 | 0 |
| Terraform | 1 | 0 | 0 | 0 |
| Ansible | 6 | 2 | 0 | 0 |
| Vault | 5 | 3 | 0 | 0 |
| Docker | 2 | 2 | 0 | 0 |
| Helm | 3 | 2 | 0 | 0 |
- Helm + Terraform Full-Stack
- Helm + Terraform Deploy Script
- Docker: Security best practices guide
- Jenkins: Commands reference
- Jenkins: Pipeline Groovy snippets
All changes go through PR review. Scripts must include dry-run modes and safety guardrails. Documentation should follow the existing how-to and troubleshooting patterns.