Orchestrating Google Cloud with Kubernetes
·
Google Cloud Platform
Orchestrating Google Cloud with Kubernetes Google Cloud with DockerGoogle Cloud with KubernetesGoogle Kubernetes EngineCloud Shell 환경에서 다음 명령을 입력하여 zone을 설정합니다.$ gcloud config set compute/zone us-central1-f zone을 설정하고 나서, cluster를 생성합니다.$ gcloud container clusters create io또는$ gcloud container clusters create hello-world \ --num-nodes 3 \ --machine-type f1-micro \ --zone us-central1-fGet the sam..