devopslisted
Install: claude install-skill murtazatouqeer/f5-framework-claude
# DevOps Skills
## Overview
DevOps practices for continuous integration, delivery, and operations
to enable fast, reliable software delivery.
## DevOps Lifecycle
```
┌─────────────────────────────────────────────────────────────────┐
│ CONTINUOUS │
│ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌───────┐ │
│ │ Plan │→ │ Code │→ │Build │→ │ Test │→ │Release│ │
│ └──────┘ └──────┘ └──────┘ └──────┘ └───────┘ │
│ ↑ │ │
│ │ INTEGRATION / DELIVERY ↓ │
│ ┌──────┐ ┌───────┐ ┌──────┐ │
│ │Learn │← │Monitor│← │Deploy│ │
│ └──────┘ └───────┘ └──────┘ │
│ OPERATIONS │
└─────────────────────────────────────────────────────────────────┘
```
## Categories
### CI/CD
- Pipeline fundamentals
- GitHub Actions / GitLab CI
- Pipeline patterns
- Deployment strategies (Blue-Green, Canary)
### Containerization
- Docker fundamentals
- Docker Compose
- Container best practices
- Multi-stage builds
### Orchestration
- Kubernetes basics
- Helm charts
- Service mesh
- GitOps (ArgoCD, Flux)
### Monitoring
- Metrics and SLIs/SLOs
- Prometheus & Grafana
- Alerting strategies
- Dashboard design
### Logging
- Structured logging
- Log aggregation
- ELK/E