Core Concepts
3 sectionsRapid overview
Core Concepts
TL;DR
Infrastructure as Code (Terraform here) treats cloud resources like source: declare the desired state in HCL, store it in remote backend with state locking, and terraform plan/apply to converge. Modules, typed variables with validation, and…
Read →How it works
---
Read →Quick recall Q&A
Helm: - Complex templating needs - Packaging for distribution - Dependency management - Release management with rollback
Read →