Amazon Linux 2023 bastion host boostrap script.
전체 모듈 설치
curl -fsSL https://raw.githubusercontent.com/zenru1023/al2023-setup/main/setup.sh | bash특정 모듈만 설치
curl -fsSL https://raw.githubusercontent.com/zenru1023/al2023-setup/main/setup.sh | bash -s -- --only kubectl,helm특정 모듈을 제외하고 설치
curl -fsSL https://raw.githubusercontent.com/zenru1023/al2023-setup/main/setup.sh | bash -s -- --exclude docker,k9s| Name |
|---|
| docker |
| kubectl |
| helm |
| eksctl |
| k9s |
| yq |
| jq |
| terraform |
| krew (kubectl plugin manager) |
This project is licensed under BSD-3-Clause.