Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 695 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 695 Bytes

Extended K8s deployments info CLI

Nodejs CLI that shows Kuberentes deployment extended info like pod selectors , images names and labels. you can control shown columns and size

Installation

npm install -g kubemote

Usage

cli is using current context but recomended way is to run proxy kubectl proxy Then run the cli :

kubenode --proxy=127.0.0.1:8001

by default it will show all deployments , desired and current replicas ,image info , pods name and selectors

alt text

you can select and define columns size alt text