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 ## 해결 기존 kube..