kubectl is the official Kubernetes command-line tool that allows you to run commands against Kubernetes clusters.
安装
brew
brew install kubectl
apt
apt install kubectl
演示
相关工具
stern
Multi-pod and multi-container log tailing for Kubernetes
HelmThe package manager for Kubernetes
lazydockerA simple terminal UI for Docker and Docker Compose
ctopTop-like interface for container metrics
diveA tool for exploring a Docker image, layer contents, and ...
k9sKubernetes CLI to manage clusters in style
kubectxFaster way to switch between Kubernetes contexts and name...