쿠버네티스와 kubectl 커맨드 관련 작업을 행복하게 만들어주는 보조 도구들을 소개합니다. 쿠버네티스를 처음 사용하거나, 새로 개발 환경을 세팅해야 할 때, 읽어보세요.
k9s
K9s - Manage Your Kubernetes Clusters In Style
Who Let The Pods Out? K9s is a terminal based UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your deployed applications in the wild. K9s continually watches Kubernetes for changes
k9scli.io
터미널 환경에서 interactive하게 쿠버네티스 클러스터를 만지기 편리한 터미널 UI 툴입니다. 수차례의 kubectl 명령어를 간단한 단축키로 수행할 수 있습니다. 쿠버네티스 사용자라면 필수라고 생각합니다.
kubectx & kubens
https://github.com/ahmetb/kubectx
GitHub - ahmetb/kubectx: Faster way to switch between clusters and namespaces in kubectl
Faster way to switch between clusters and namespaces in kubectl - GitHub - ahmetb/kubectx: Faster way to switch between clusters and namespaces in kubectl
github.com
쿠버네티스 context와 namespace를 쉽게 변경할 수 있도록 도와주는 cli 툴입니다.
kubecolor
https://github.com/hidetatz/kubecolor/
GitHub - hidetatz/kubecolor: colorizes kubectl output
colorizes kubectl output. Contribute to hidetatz/kubecolor development by creating an account on GitHub.
github.com
kubectl 결과물이 단일 색상이라 인지하기가 쉽지 않은데, 그걸 컬러풀하게 만들어주는 라이브러리입니다.
더 추천할 만한 툴이 있다면 댓글로 알려주세요.
'개발이야기 > 토막글' 카테고리의 다른 글
TinyMCE로 이미지/파일 다루기 (1) | 2025.02.25 |
---|---|
안드로이드 기기와 맥북, 와이파이 환경에서 무선연결하기 (1) | 2024.12.19 |
mysqldump 치트 시트 (0) | 2024.01.06 |
내 포트를 잡아먹고 어디선가 돌아가고 있는 내 로컬 서비스 죽이기 (2) | 2023.09.23 |
oh-my-zsh 설치하기 (1) | 2023.09.23 |