安装eksctl
# To install or update eksctl on Linux
Download and extract the latest release of
eksctlwith the following command.curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp1Move the extracted binary to
/usr/local/bin.sudo mv /tmp/eksctl /usr/local/bin1Test that your installation was successful with the following command.
eksctl version1
Last Updated: 2023/11/08, 14:45:54