Note

  • This guide is written based on Kubernetes v1.30.

Install Tools

For Windows, it is recommended to install WSL2 and use ale in a Linux environment. Refer to this guide to install WSL2 first.


Configure AWS Account

Set Environment Variables

export CLUSTER_NAME=<EKS Cluster Name>

Configure AWS CLI

aws configure
AWS Access Key ID [********************]: <AWS Access Key>
AWS Secret Access Key [********************]: <AWS Secret Access Key>
Default region name [ap-northeast-2]: <AWS Region>
Default output format [json]: Choose from json, yaml, text, or table