JavaDream aws How to install eksctl on windows

How to install eksctl on windows

Hi all in this blog we ‘ll learn about How to install eksctl on windows.eksctl is a command line tool. It use to create AWS EKS(Elastic Kubernetes Service) clusters. It’s a official cli tool for EKS. Using this command line we can perform many operation like creating eks cluser, delete eks cluster and get list of all eks cluster etc. Command for them are given below.

eksctl create cluster
eksctl delete cluster
eksctl get cluster
eksctl create nodegroup  //For adding new node group
eksctl utils associate-iam-oidc-provider   // use for OIDC for IAM rolesCode language: JavaScript (javascript)

For using these commands we have to setup the eksctl command line in our system. As we are using windows we ‘ll download the zip file and access this command line tool.

Download eksctl command line zip folder from their official GitHub repository on this url download eksctl. After installation just unzip it and run eksctl version command it ‘ll display the version to you and indicate that it’s successfully installed.

You have installed eksctl successfully. Now play with this command line tool and generate the EKS cluster on aws.

Other blogs you may enjoy:

Static website hosting on AWS S3 bucket

AWS ECR(Elastic Container Registry) step by step guide

Share with others

Related Post