Tag: terraform
-
Mastering Terraform as a Site Reliability Engineer: A Complete Guide for Multi-Cloud and Multi-Environment Automation
Infrastructure as Code (IaC) is at the heart of modern SRE and DevOps practices. As an SRE, using Terraform empowers you to provision, manage, and scale infrastructure predictably across cloud environments. In this guide, I will walk you through the key reasons and examples that showcase why and how I use Terraform, particularly for multi-region…
//
-
Managing Infrastructure as Code (IaC) With Terraform
When managing AWS resources, it’s common to start with resources created manually or by other tools. As you begin adopting Infrastructure as Code (IaC) with Terraform, importing these existing resources becomes necessary. In this blog, we’ll explore how to import AWS Systems Manager State Manager association into Terraform, and then how to update the EC2…
//
-
Provisioning an EKS cluster using Terraform
In this exercise, I will deploy an AWS Elastic Kubernetes Service (EKS) cluster using Terraform and configure kubectl to verify the cluster is ready to use. Kubernetes is an open-source container orchestration system used to manage and deploy containerized applications. A Kubernetes cluster is a collection of nodes that run containerized applications. With AWS EKS,…
//
Search
Recent Posts
- Building a Real-World Dashboard on Grafana Cloud (Logs, Metrics, Uptime & Security)
- Mastering Terraform as a Site Reliability Engineer: A Complete Guide for Multi-Cloud and Multi-Environment Automation
- Achieve Cloud-Native Observability on Google Kubernetes Engine with Dynatrace
- Log Analytics and Monitoring for Google Kubernetes Engine (GKE) with Hipster Shop