---
title: "DevOps Knowledge Base"
tags: [index, documentation]
---
# DevOps Knowledge Base
This vault contains operational documentation, RCA reports, and runbooks.
## Structure
- **RCAs/** - Root Cause Analysis reports for past incidents
- **Runbooks/** - Operational runbooks for each service
- **Services/** - Service documentation and architecture
## Quick Links
### Services
- [[Services/billing-api|billing-api]]
- [[Services/user-service|user-service]]
- [[Services/payment-gateway|payment-gateway]]
- [[Services/notification-service|notification-service]]
- [[Services/inventory-api|inventory-api]]
- [[Services/order-service|order-service]]
- [[Services/auth-service|auth-service]]
- [[Services/search-api|search-api]]
- [[Services/analytics-pipeline|analytics-pipeline]]
- [[Services/recommendation-engine|recommendation-engine]]
### Recent RCAs
See the RCAs folder for incident reports.
## Tags
- #rca - Root cause analyses
- #runbook - Operational runbooks
- #p1, #p2, #p3 - Severity levels
- #database, #infrastructure, #application - Issue categories
## Search Tips
Use semantic search to find related incidents:
- "database connection issues" - finds connection pool, timeout, deadlock issues
- "deployment failures" - finds rollback and deployment issues
- "kubernetes problems" - finds container and pod issues