kubectl cluster-info Let’s view the cluster details. We’ll do that by running kubectl cluster-info kubectl get nodes To view the nodes in the cluster, run the kubectl get nodes command: kubectl create deployment kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 deploy our first app on Kubernetes kubectl get deployments To list your deployments kubectl proxy 쿠버네티스에서, 노드, 파드..