Skip to content

Install

shell
# brew
brew install derailed/k9s/k9s

# snap
sudo snap install k9s

连接集群

shell
# microk8s
# 保存内容至 ~/.kube/config 
# k9s 会读取配置并连接集群
microk8s config > ~/.kube/config

凡事预则立 不预则废