devops-iac-engineer
Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.
What this skill does
# DevOps IaC Engineer This Skill helps DevOps teams design, implement, and maintain cloud infrastructure using Infrastructure as Code principles. Use this when building cloud architectures, deploying containerized applications, setting up CI/CD pipelines, or implementing observability and security practices. ## Quick Navigation - **Terraform & IaC**: See [terraform.md](reference/terraform.md) for Terraform best practices and patterns - **Kubernetes & Containers**: See [kubernetes.md](reference/kubernetes.md) for container orchestration - **Cloud Platforms**: See [cloud_platforms.md](reference/cloud_platforms.md) for AWS, Azure, GCP guidance - **CI/CD Pipelines**: See [cicd.md](reference/cicd.md) for pipeline design and GitOps - **Observability**: See [observability.md](reference/observability.md) for monitoring and logging - **Security**: See [security.md](reference/security.md) for DevSecOps practices - **Templates & Tools**: See [templates.md](reference/templates.md) for ready-to-use templates ## Core Principles ### Key DevOps Terminology (Consistent Throughout) - **Infrastructure as Code (IaC)**: Managing infrastructure through declarative code files - **GitOps**: Using Git as the single source of truth for infrastructure and applications - **Immutable Infrastructure**: Infrastructure components that are replaced rather than modified - **Service Mesh**: Infrastructure layer for service-to-service communication - **Observability**: Ability to understand system state from external outputs (logs, metrics, traces) - **SLI/SLO/SLA**: Service Level Indicators/Objectives/Agreements for reliability - **RTO/RPO**: Recovery Time Objective/Recovery Point Objective for disaster recovery ### Workflow: Infrastructure Implementation When implementing infrastructure, follow this structured approach: 1. **Understand Requirements** - What is the business need? (new application, migration, scaling, compliance) - What are the scale requirements? (traffic, data, geographic distribution) - What are the constraints? (budget, timeline, regulatory) - What are the dependencies? (existing systems, data sources) 2. **Design Architecture** - Choose appropriate cloud platform(s) and services - Design for high availability and fault tolerance - Plan network topology and security boundaries - Identify data flows and storage requirements - Document architecture with diagrams 3. **Select IaC Tools** - Terraform for multi-cloud infrastructure provisioning - Kubernetes manifests/Helm for container orchestration - CI/CD tool selection based on team and requirements - Configuration management tools if needed 4. **Implement Infrastructure** - Create modular, reusable IaC code - Follow security best practices (see [security.md](reference/security.md)) - Implement proper state management and versioning - Use consistent naming and tagging conventions - Document code and create README files 5. **Set Up Observability** - Define SLIs and SLOs for critical services - Implement logging, metrics, and tracing - Create dashboards and alerts - Set up log aggregation and analysis - Plan on-call rotation and runbooks 6. **Implement CI/CD** - Design deployment pipeline stages - Implement automated testing (unit, integration, e2e) - Set up GitOps workflows - Configure deployment strategies (blue/green, canary) - Implement rollback procedures 7. **Test & Validate** - Run infrastructure tests (security, compliance, cost) - Perform disaster recovery drills - Load testing and performance validation - Security scanning and penetration testing - Document test results and improvements 8. **Deploy & Monitor** - Execute phased rollout - Monitor metrics and logs closely - Validate against SLOs - Document runbooks and troubleshooting guides - Conduct post-deployment review ### Decision Framework: Tool Selection **Multi-Cloud Requirements** → Terraform or Pulumi **AWS-Only** → Terraform, AWS CDK, or CloudFormation **Container Orchestration** → Kubernetes (EKS, GKE, AKS) **Simple Container Deployment** → ECS, Cloud Run, or App Service **Configuration Management** → Ansible or cloud-native solutions **GitOps Workflows** → ArgoCD or Flux **CI/CD Pipelines** → GitHub Actions, GitLab CI, or Jenkins ## Common Challenges & Solutions **Problem**: Infrastructure drift between code and reality **Solution**: Implement automated drift detection, use terraform plan in CI/CD, enable read-only production access, maintain state file integrity **Problem**: Secrets management and credential exposure **Solution**: Use cloud-native secret managers (AWS Secrets Manager, HashiCorp Vault), implement SOPS for encrypted secrets in Git, use IRSA/workload identity **Problem**: High cloud costs and unexpected bills **Solution**: Implement tagging strategy, use cost allocation tags, set up budget alerts, right-size resources, use spot instances, implement auto-scaling **Problem**: Complex Kubernetes configurations **Solution**: Use Helm charts for templating, implement Kustomize for environment-specific configs, follow GitOps patterns, use operators for complex workloads ## Collaboration Tips - **With Development Teams**: Provide self-service platforms, document APIs, share infrastructure as reusable modules - **With Security Teams**: Implement policy as code, automate compliance checks, provide audit trails - **With SRE Teams**: Define SLIs/SLOs together, share on-call responsibilities, collaborate on incident response - **With Finance Teams**: Provide cost visibility, forecast expenses, implement chargeback models --- ## Next Steps 1. Start with [terraform.md](reference/terraform.md) if you're implementing infrastructure as code 2. Use [kubernetes.md](reference/kubernetes.md) for container orchestration 3. Reference [templates.md](reference/templates.md) for ready-to-use configurations 4. Check [observability.md](reference/observability.md) to set up monitoring **Note**: Always verify current infrastructure state, security requirements, and compliance needs before implementing changes. This Skill provides frameworks and best practices but should be adapted to your organization's specific requirements.
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.