Tag: devops
All the articles with the tag "devops".
Terraform Part 6 — Resources and Dependencies
Resource block structure, resource references, implicit vs explicit dependencies, count and for_each, and lifecycle meta-arguments. A deep dive into...
Terraform Part 5 — Providers
The provider block and version constraints, multi-region/account setup (alias), and the boundary between official and community providers. A guide to...
Terraform Part 4 — Variables and Outputs
The roles of variable, output, and locals — from type constraints, validation, and the sensitive flag to .tfvars precedence. The fundamentals of...
Terraform Part 3 — HCL Syntax
Blocks and arguments, string interpolation, heredoc, conditionals, for expressions, splat operators, and functions. Everything you need to know about...
Terraform Part 2 — Installation and First Deploy
From installing Terraform to setting up an AWS profile and the init/plan/apply/destroy workflow. A hands-on guide to deploying your first...
Terraform Part 1 — What Is Terraform
Defining infrastructure as code. From the concept of IaC to how Terraform differs from Ansible, CloudFormation, and Pulumi — a step-by-step overview.
Kubernetes Beginner Series 12 — Helm and Package Management
From the structure of a Helm Chart, template syntax, separating per-environment configuration with values.yaml, release management, to leveraging...
Kubernetes Beginner Series 11 — Observability: Logs, Metrics, and Traces
How container logs flow in Kubernetes, how to collect metrics with Prometheus and Grafana, how to set up distributed tracing with Jaeger, and essential...
Kubernetes Beginner Series 10 — RBAC and Security: The Principle of Least Privilege
How ServiceAccounts grant permissions to Pods, the difference between Role and ClusterRole, how NetworkPolicy restricts inter-Pod communication, and...

