중고 신입이 개발해보기..

k9s 설치 본문

Tool/Kubernetes

k9s 설치

rootkaien 2022. 8. 12. 15:41

 

https://github.com/derailed/k9s

 

GitHub - derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style!

🐶 Kubernetes CLI To Manage Your Clusters In Style! - GitHub - derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style!

github.com

  • brew install k9s

 

kubectl명령어로 할수 있지만. 터미널 기반 UI툴인 k9s을 이용하면 좀 더 편하게 쿠버네티스 클러스터를 제어할수 있다. 

 

실행 

 

k9s -n <pod name space>

-n, --namespace string               If present, the namespace scope for this CLI request
-c, --command string                 Overrides the default resource to load when the application launches

 

'Tool > Kubernetes' 카테고리의 다른 글

docker 설치  (0) 2023.11.20
kubernete 공식문서  (0) 2023.01.26
Comments