From f5-core
Guides DevOps practices: CI/CD (GitHub Actions/GitLab CI), Docker containerization, Kubernetes orchestration, monitoring (Prometheus/Grafana), IaC (Terraform), logging, SRE, DORA metrics.
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-coreThis skill is limited to using the following tools:
DevOps practices for continuous integration, delivery, and operations
ci-cd/ci-cd-fundamentals.mdci-cd/deployment-strategies.mdci-cd/github-actions.mdci-cd/gitlab-ci.mdci-cd/pipeline-patterns.mdcontainerization/container-best-practices.mdcontainerization/docker-basics.mdcontainerization/docker-compose.mdcontainerization/multi-stage-builds.mdinfrastructure/cloud-patterns.mdinfrastructure/cost-optimization.mdinfrastructure/iac-fundamentals.mdinfrastructure/terraform-basics.mdlogging/elk-stack.mdlogging/log-aggregation.mdlogging/logging-best-practices.mdlogging/structured-logging.mdmonitoring/alerting.mdmonitoring/dashboards.mdmonitoring/metrics-fundamentals.mdSets up production DevOps infrastructure: Docker containerization with Dockerfiles and docker-compose, CI/CD pipelines, Terraform IaC for cloud provisioning, and monitoring. For deploying apps.
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, generates Terraform/Pulumi IaC templates. Handles GitOps, deployment automation, incident response runbooks, platform tooling for pipelines, containers, infra, releases.
Guides Docker best practices including multi-stage builds, GitHub Actions CI/CD pipelines, deployment strategies, IaC like Terraform, and observability setup for production infrastructure.
Share bugs, ideas, or general feedback.
DevOps practices for continuous integration, delivery, and operations to enable fast, reliable software delivery.
┌─────────────────────────────────────────────────────────────────┐
│ CONTINUOUS │
│ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌───────┐ │
│ │ Plan │→ │ Code │→ │Build │→ │ Test │→ │Release│ │
│ └──────┘ └──────┘ └──────┘ └──────┘ └───────┘ │
│ ↑ │ │
│ │ INTEGRATION / DELIVERY ↓ │
│ ┌──────┐ ┌───────┐ ┌──────┐ │
│ │Learn │← │Monitor│← │Deploy│ │
│ └──────┘ └───────┘ └──────┘ │
│ OPERATIONS │
└─────────────────────────────────────────────────────────────────┘
| Metric | Elite | High | Medium | Low |
|---|---|---|---|---|
| Deployment Frequency | On-demand | Weekly | Monthly | Yearly |
| Lead Time | < 1 day | 1 week | 1 month | > 6 months |
| Change Failure Rate | < 15% | 16-30% | 31-45% | > 45% |
| MTTR | < 1 hour | < 1 day | < 1 week | > 1 week |
┌─────────────────────────────────────────────────────────────────┐
│ DevOps Maturity Levels │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Level 5: Optimizing │
│ ├── Continuous improvement culture │
│ ├── Predictive analytics │
│ └── Self-healing systems │
│ │
│ Level 4: Measured │
│ ├── Comprehensive metrics │
│ ├── Data-driven decisions │
│ └── Automated compliance │
│ │
│ Level 3: Defined │
│ ├── Standardized pipelines │
│ ├── Infrastructure as Code │
│ └── Centralized logging/monitoring │
│ │
│ Level 2: Managed │
│ ├── Basic CI/CD │
│ ├── Some automation │
│ └── Manual deployments │
│ │
│ Level 1: Initial │
│ ├── Ad-hoc processes │
│ ├── Manual everything │
│ └── Siloed teams │
│ │
└─────────────────────────────────────────────────────────────────┘