跳转至

集群管理

连接到 K8S 群集

Nocalhost 支持多集群管理,您可以使用两种方法连接到 Kubernetes 群集:

由 kubeconfig 连接

从任何本地目录中选择KubeConfig文件。

默认 KubeConfig

默认情况下,Nocalhost将尝试从本地的~/.kube/config加载kubecconfig

将 kubeconfig 粘贴为文本

KubeConfig作为文本粘贴。

获取 Kubeconfig

您可以使用以下命令查看您的KubeConfig,复制并粘贴到Nocalhost插件。

kubectl config view --minify --raw --flatten

Connect to cluster in VS Code

Connect to cluster in JetBrains IDE

删除群集

KubeConfig Unchanged

Nocalhost只会从检查器中移除集群,它不会修改你的kubecconfig

Remove cluster in VS Code

Remove cluster in JetBrains IDE

查看 KubeConfig

右键单击指定的集群并选择View KubeConfig,Nocalhost 插件将打开集群的kubecconfig

View KubeConfig in VS Code

View KubeConfig in JetBrains IDE