Installing eksctl

Install eksctl

  1. In this section we will install the eksctl tool into Cloud9 Workspace.
  • Run the command to download the eksctl tool.
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp

sudo mv -v /tmp/eksctl /usr/local/bin

Create Eksctl

  1. Check if eksctl works or not with the command below.
eksctl version

Create Eksctl

  1. Enable bash-completion of eksctl
eksctl completion bash >> ~/.bash_completion
. /etc/profile.d/bash_completion.sh
. ~/.bash_completion

Create Eksctl

Installation information Eksctl see more at Eksctl