잔말 없이 빠른 쿠버네티스 설치 방법
Debian Linux 12 에서 3줄의 명령문으로 쿠버네티스 설치 가능
1. 아래 명령으로 최신 릴리즈 다운로드
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
2. 쿠버네티스 설치
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
3. 쿠버네티스 정상 설치 확인
kubectl version --client
'TroubleShootings > 삽질 예방 접종 센터' 카테고리의 다른 글
[Unix] SuseLinux 15 (SP5) 네트워크 Gateway 설정하는 방법 (0) | 2023.11.21 |
---|---|
[Linux] Debian Linux 12 (bookworm)에 MSSQL 서버 설치 방법 (0) | 2023.11.20 |
[Linux] Debian Linux 11/12 ElasticSearch 설치하기 (0) | 2023.11.20 |
[Linux] 시스템 hostname 변경하는 방법 (0) | 2023.11.20 |
[Window] PowerShell Script Security Error - PSSecurityException 해결 방법 (0) | 2023.11.15 |