Steps to Create EKS Cluster & Node Group AWS Services Using Terraform

Hello, In this Blog, we are discussing how to create eks cluster & node group using terraform. Terraform is a free & open source infrastructure setup tool, which is created by HashiCorp. We can easily create & destroy any resources using command line terminal. It is a simple & easy to use tool. There are …

How to Install & Configure Terraform on Ubuntu

Terraform is an infrastructure as a code platform(IaaC) developed by HashiCorp. We can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get the infrastructure in the cloud. Terraform is supported in many cloud providers like Google, Amazon, Alibaba, etc.       First, Configure azure cli on you system so …