728x90

윈도우용 Docker Desktop을 아래 링크에서 다운로드 받아서 설치

 

Kubernetes 활성화

작업도구 모음창에서 도커 아이콘을 우클릭해서 Settings로 들어가 kubernetes를 활성화

 

쿠버네티스 명령어 날려보기

kubectl version # 쿠버네티스 버전 보기

 

 

k9s 설치 (선택)

SCOOP 설치 > Windows Powershell  관리자 권한으로 실행 후 아래 명령어 입력 (cmd에서는 안됨)

# scoop 설치
Set-ExecutionPolicy RemoteSigned -scope CurrentUser 
$env:SCOOP = 'C:\Scoop'
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

# k9s 설치
scoop install k9s
728x90

+ Recent posts