- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 91字
- 2025-04-04 13:20:39
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.