How to Install eksctl on Ubuntu

Опубликовано: 16 Июнь 2026
на канале: ThikHai
996
4

How to install #eksctl on #Ubuntu

To install or upgrade eksctl on Linux using curl
1. Download and extract the latest release of eksctl with the following command.
curl --silent --location "https://github.com/weaveworks/eksctl/... -s)_amd64.tar.gz" | tar xz -C /tmp

2. Move the extracted binary to /usr/local/bin.
sudo mv /tmp/eksctl /usr/local/bin

3. Test that your installation was successful with the following command.
eksctl version