senior-devops
DevOps mit CI/CD und IaC-Expertise automatisieren
也可從以下取得: alirezarezvani
Die Einrichtung von CI/CD-Pipelines und die Verwaltung von Cloud-Infrastruktur erfordert tiefgreifende Expertise über mehrere Plattformen. Diese Fähigkeit bietet Vorlagen, Muster und Automatisierungsskripte für Docker, Kubernetes, Terraform und große Cloud-Anbieter.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「senior-devops」。 Generate a CI/CD pipeline for my Node.js project on GitHub Actions. Deploy to AWS ECS.
預期結果:
- GitHub Actions workflow created with stages: lint, test, build, security-scan, deploy
- Dockerfile optimized for production with multi-stage build
- ECS task definition with proper resource allocation
- Blue-green deployment configuration for zero-downtime releases
- Rollback workflow triggered on health check failures
正在使用「senior-devops」。 Create Terraform for AWS VPC with public and private subnets, RDS database, and load balancer.
預期結果:
- VPC module with configurable CIDR blocks and availability zones
- Public and private subnet allocation with proper routing tables
- RDS PostgreSQL instance with security groups and parameter groups
- Application Load Balancer with target groups and health checks
- Terraform state configuration with remote backend
正在使用「senior-devops」。 Design a canary deployment strategy for my Kubernetes microservices.
預期結果:
- Canary Service with weighted traffic splitting configuration
- Istio VirtualService or Flagger Canary resource definition
- HorizontalPodAutoscaler for automatic scaling based on metrics
- Prometheus metrics for monitoring canary rollout progress
- Automated rollback triggers based on error rate thresholds
安全審計
安全Three Python scaffolding scripts that generate configurations for CI/CD, Terraform, and deployment workflows. No network access, no shell execution, no credential access. Filesystem writes only to user-specified paths for report output. All 72 static findings are false positives triggered by documentation keywords and code block syntax misinterpreted as shell commands.
風險因素
品質評分
你能建構什麼
CI/CD-Pipeline-Einrichtung
Produktionsbereite CI/CD-Pipelines mit Tests, Sicherheits-Scans und Deployment-Gates generieren
Infrastruktur-Vorlagen
Terraform-Module und IaC-Muster für skalierbare Cloud-Infrastruktur auf AWS, Azure und GCP erstellen
Container-Orchestrierung
Kubernetes-Deployments, Helm-Charts und Container-Strategien für Microservices entwerfen
試試這些提示
Generate a CI/CD pipeline for my [language] project on [platform]. Include stages for build, test, security scan, and deploy to [environment].
Create Terraform configuration for [aws/azure/gcp] infrastructure. Include [vpc/networking], [ec2/compute], and [rds/database] resources with proper tagging.
Design a [blue-green/canary/rolling] deployment strategy for Kubernetes. Include service configuration, readiness probes, and rollback procedures.
Create infrastructure as code for a multi-cloud architecture with [aws and gcp]. Include VPC peering, load balancing, and secret management configuration.
最佳實務
- Spezifische Details zu Ihrem Tech-Stack, Cloud-Anbieter und Deployment-Ziel für genaue Konfigurationen angeben
- Generierten Terraform- und Pipeline-Code vor der Anwendung in Produktionsumgebungen überprüfen
- Die Referenzleitfäden in der Fähigkeit verwenden, um die Muster vor der Anpassung zu verstehen
避免
- Die Fähigkeit bitten, Terraform direkt auszuführen oder in Live-Cloud-Umgebungen zu deployen
- Produktionsbereite Zugangsdaten oder Secrets-Management in generierten Vorlagen erwarten
- Komplexe Multi-Cloud-Konfigurationen anfordern, ohne Integrationsanforderungen anzugeben