devops-iac-engineer

Plan and implement declarative IaC for multi-cloud environments.

17|3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/jidohyun/NOD --skill devops-iac-engineer-jidohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-iac-engineer
Source: https://github.com/jidohyun/NOD/tree/main/.agents/skills/devops-iac-engineer
Command: npx skills add https://github.com/jidohyun/NOD --skill devops-iac-engineer-jidohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides expert guidance for designing, implementing, and maintaining cloud infrastructure using IaC and DevOps/SRE practices, helping teams automate provisioning and improve reliability.

Core Features & Use Cases

  • Declarative IaC: Use Terraform/OpenTofu to define the desired state and enable GitOps-driven deployments.
  • Kubernetes & Containers: Manage cluster provisioning, resource limits, and container orchestration strategies.
  • CI/CD & Observability: Build automated pipelines and integrate logging, metrics, and tracing.
  • Security & Reliability: Apply security scans, SRE practices (SLI/SLO, disaster recovery), and least-privilege access controls.

Quick Start

Provide your cloud goals and I will generate a starter IaC layout and CI/CD plan.

Frequently Asked Questions about devops-iac-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design modular Terraform infrastructure for multi-cloud environments?

Modular Terraform infrastructure for multi-cloud environments is designed by defining declarative IaC desired states and applying GitOps-driven deployments across AWS, GCP, and Azure. This approach enables consistent provisioning, migrations, and upgrades.

What is the best way to set up GitOps CI/CD pipelines for immutable infrastructure?

The best way to set up GitOps CI/CD pipelines for immutable infrastructure is to declaratively define your desired state using Terraform or OpenTofu, enabling automated, reliable deployments across dev, stage, and prod environments.

Does this approach support Kubernetes cluster provisioning and observability setup?

Yes, this approach supports Kubernetes cluster provisioning, resource limits, and container orchestration alongside observability setup. It integrates logging, metrics, and tracing to maintain SRE-driven reliability across your environments.

How do I apply SRE reliability and security controls to cloud infrastructure?

SRE reliability and security controls are applied to cloud infrastructure by implementing SLI/SLO definitions, disaster recovery planning, least-privilege access, and automated security scans within your CI/CD pipelines.

Can I manage infrastructure migrations and upgrades across dev, stage, and prod?

Yes, you can manage infrastructure migrations and upgrades across dev, stage, and prod using declarative IaC. This ensures consistent state transitions and reliable environment updates through GitOps-driven pipelines.