AWS

[EKS] k9s 설치 및 사용법

ansmoon 2023. 6. 26. 13:29

 

 

1. choco 설치  
- PowerShell 관리자모드 실행

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

 

2. k9s 설치

choco install k9s

 

 

3. k9s 실행

k9s

 

## 오류

edit exec failed 

Shell exec failed

## 해결

기존 kubectl.exe 를 환경변수에서 제거