1. kubectl binary 다운로드
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
2. kubectl install
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
3. 쿠버네티스 설치 확인
kubectl version --client
참조
https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
'TroubleShootings > 삽질 예방 접종 센터' 카테고리의 다른 글
[Unix] Solaris OS 이미 설치된 패키지 버전 조회 방법 (0) | 2023.11.30 |
---|---|
[UNIX] Solaris 10/11 DNS 네임서버 설정 방법 (0) | 2023.11.30 |
[Linux] OpenSuse Linux mongodb installation (0) | 2023.11.29 |
[Linux] (RedHat) Oracle Linux 8/9 서버 Elastic ELK 설치 방법 (2023.11) (0) | 2023.11.23 |
[Linux] (RedHat) Oracle Linux 8/9 서버에 Docker 설치하기 (2023.11) (0) | 2023.11.23 |