
上QQ阅读APP看书,第一时间看更新
Connecting to Alibaba Container Service clusters
To get access to your cluster on Alibaba Cloud, you need to follow these steps:
- To get the cluster's credentials, go to the Clusters menu and click on the cluster name you want to access:
- Copy the content displayed in the KubeConfig tab to your local machine's $HOME/.kube/config file:
- Verify your Kubernetes cluster:
$ kubectl get nodes
As an alternative, see the Viewing the Kubernetes Dashboard instructions under the There's more... section to manage your cluster.