CCHARANinbasic-instance-using-terraform.hashnode.dev·Dec 18, 2024 · 5 min readDeploying a basic AWS EC2 Instance -TerraformNote : Here we are using - Amazon Linux 2 AMI of Kernel -5.10 Install the terraform tools locally in your machine or use an existing EC2 instance for downloading the terraform. Here I’m using an existing EC2 instance Perform the below commands one-...00
CCHARANinterraform-infra.hashnode.dev·Dec 16, 2024 · 2 min readWhat is TerraformTerraform is an open-source Infrastructure as Code (IaC) tool created by HashiCorp that allows you to provision, manage, and automate infrastructure across various cloud providers, on-premises environments, and third-party services. Terraform uses de...00
CCHARANink8s-architecture.hashnode.dev·Nov 28, 2024 · 3 min readKubernetes ArchitectureKubernetes is a powerful platform for automating the deployment, scaling, and management of containerized applications. Its architecture consists of several components that work together to ensure the smooth operation of applications. Below is a desc...00