- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 41字
- 2025-04-04 13:20:39
Connecting to the Kubernetes cluster
To get access to your Kubernetes cluster, you need to follow these steps:
- Copy the configuration file from the master1 node:
$ scp root@master:/etc/kubernetes/admin.conf ~/.kube/config
- Now, use kubectl to manage your cluster.