How to setup/create AWS kubernetes cluster So first we will understand about EKS. What is EKS?EKS is a managed or[...]
Category: AWS
Installing KubectlInstalling Kubectl
How to install kubectl on linux Kubernetes uses a command-line utility called kubectl, for communicating with the cluster API server. The kubectl binary is[...]
How to install AWS-CLI on Linux?How to install AWS-CLI on Linux?
AWS-CLI configuration on Linux operating system AWS-CLI is a command-line utility to manage the AWS services. Through this one tool[...]
AWS EC2 instance deployment with TerraformAWS EC2 instance deployment with Terraform
EC2 instance deployment with Terraform Terraform is an open source “infrastructure as code” tool, which is used for building, changing,[...]
How to setup autoscaling in AWS?How to setup autoscaling in AWS?
Setup Auto-Scaling in AWS What is auto-scaling? Auto scaling is used to scale in and scale out the instances in[...]
Create LoadBalancer in AWSCreate LoadBalancer in AWS
Today we are going to learn “How to create LoadBalancer in AWS” An ELB is a software-based load balancer which can be[...]
Create an EC2 instance on AWSCreate an EC2 instance on AWS
EC2 instance is a virtual server in AWS language, where we can run our applications. We can choose our flavour[...]