마짱짱의 지식창고

[k9s] kubernetes 관리 tool 설치 본문

Kubernetes

[k9s] kubernetes 관리 tool 설치

마짱짱 2023. 1. 4. 10:00
반응형

공식홈페이지 : https://k9scli.io/

 

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

 

설치방법

K9S_VERSION=v0.26.7
curl -sL https://github.com/derailed/k9s/releases/download/${K9S_VERSION}/k9s_Linux_x86_64.tar.gz | sudo tar xfz - -C /usr/local/bin k9s

최신버전은  해당 링크에서 확인

https://github.com/derailed/k9s/releases

 

Releases · derailed/k9s

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

github.com

 

실행방법

k9s

 

실행화면

명령어는 잘몰라도 ? 입력시 상세하게 설명이 되어있음

esc 누르면 뒤로가기

 

반응형