# EKSCTL
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
install /tmp/eksctl /usr/local/bin/
#KUBECTL
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
install kubectl /usr/local/bin/
'IT Study > Memo & Tips' 카테고리의 다른 글
[K8S] taint & tolerations (0) | 2022.08.24 |
---|---|
[AWS] EKS ALB Ingress Controller - ingress class 변경 (0) | 2022.08.24 |
[AWS] EKS IAM (0) | 2022.08.09 |
[AWS] KDA Studio (0) | 2022.04.05 |
[AWS] Amazon Linux 2 Apache Tomcat User Data (0) | 2022.03.23 |