Aniket Dubeyaniketdubey.hashnode.dev·Sep 6, 2024Karpenter Setup on Existing EKS clusterBrief overview of Karpenter Karpenter is an open-source node provisioning project that automatically launches just the right compute resources to handle your Kubernetes cluster's applications. This guide will walk you through the process of setting u...Discuss·11 likes·112 readskarpenter
Ravi Kumar Srivastavarocket9.hashnode.dev·Sep 4, 2024Deploying an AWS Virtual Machine with Terraform: A Step-by-Step GuideIntroduction Terraform is an open-source infrastructure as code (IaC) tool that allows you to define and provision data center infrastructure using a high-level configuration language. In this blog, we’ll walk through the steps to deploy a virtual ma...DiscussAWS
Sakeena Shaiksakeenashaik.hashnode.dev·Aug 23, 2024Real-Time Log Monitoring with Splunk using Docker and TerraformProject Overview Automated the provisioning and configuration of AWS EC2 instances to run Splunk Enterprise and Splunk Universal Forwarder in Docker containers using Terraform. Established a Docker Bridge network for seamless container communication,...DiscussSplunk
Dinesh Kumar Kblog.dineshcloud.in·Aug 20, 2024Launching an EC2 instance using TerraformTerraform is a powerful tool for automating the creation and management of cloud infrastructure. In this guide, we'll walk through the process of launching an EC2 instance on AWS using Terraform, including setting up necessary IAM roles and configuri...Discuss·49 readsDevOpsTerraform
Dinesh Kumar Kblog.dineshcloud.in·Aug 19, 2024Terraform - Essential Cheat SheetTerraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage your infrastructure with simple, human-readable configuration files. As you dive into Terraform, mastering its essential commands is key to effectively man...Discuss·30 readsDevOpsTerraform
vijayaraghavan vashudevanvjraghavanv.hashnode.dev·Aug 19, 2024Step-by-Step Guide to Setting Up Terraform, AWS CLI, and VS Code🍂 This article is about step by step guide for Setting Up Your AWS Account, Installing Terraform, and Configuring VS Code 🍂 🧿 Synopsis: 📌 Our goal is to learn how to set up your AWS account, install Terraform locally, and configure your developme...Chi Che and 1 other are discussing this2 people are discussing thisDiscuss·1 like·36 readsAWS
Dinesh Kumar Kblog.dineshcloud.in·Aug 18, 2024Terraform Installation on Ubuntu 22.04Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define and manage your infrastructure using a declarative configuration language, known as HashiCorp Configuration Language (HCL), or JSON. Step 1:...DiscussDevOpsTerraform
Karim El Jamalijamali.hashnode.dev·Aug 17, 2024Dynamic Credentials with Hashicorp VaultThe Hassle of Managing Secrets It was around 3:15 AM when my pager buzzed for the first time ever, jolting me awake from sleep. At that time, I was working as a Technical Account Manager at AWS, and the situation was urgent—a developer had mistakenly...Discuss·140 readssecrets management
Frepin Gonsalvesefrepin.hashnode.dev·Aug 14, 2024Understanding Terraform: A Comprehensive Guide to Infrastructure as Code (IaC)In today's world of cloud computing, managing infrastructure efficiently is crucial. Terraform, an open-source tool by HashiCorp, provides a robust way to define and manage your infrastructure as code (IaC). In this blog, I’ll break down the core con...DiscussDevops
Sakeena Shaiksakeenashaik.hashnode.dev·Aug 4, 2024"Enhancing Security using Hashicorp vault and integrating with terraform : A Step-by-Step Guide to Avoid Hardcoded Secrets"Create AWS EC2 instance on Ubuntu: To create an AWS EC2 instance with Ubuntu, you can use the AWS Management Console or the AWS CLI. Here are the steps involved in creating an EC2 instance using the AWS Management Console: Go to the AWS Management C...Discusshashicorp