Command line tool
本文档介绍如何安装 helm
kubectl
grctl
命令行工具。
Kubectl CLI
安装 kubectl 命令
wget https://pkg.goodrain.com/pkg/kubectl/v1.23.10/kubectl -O /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl
如上图所示,从集群列表中 Copy kubeconfig 文件写到~/.kube/config
路径下。
mkdir ~/.kube/
vi ~/.kube/config
安装完成后执行以下命令,成功即代码安装成功:
kubectl get node
Helm CLI
可选择通过 Helm 官方文档安装 Helm CLI 或通过以下命令安装。
wget https://pkg.goodrain.com/pkg/helm -O /usr/local/bin/helm && chmod +x /usr/local/bin/helm
grctl CLI
📄️ grctl CLI
Rainbond CLI
📄️ Terminal command tool
You can directly open the terminal and run commands such as kubectl and grctl to operate the cluster