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..
Google Cloud with Kubernetes
·
Google Cloud Platform
Google Cloud with Kubernetes Overview여기서의 목표는 우리가 개발한 코드를 Kubernetes Engine 에서 실행되는 Kubernetes에서 실행되는 복제된(replicated) application으로 만드는 것입니다. 여기서는 간단한 node-js 앱을 개발할 것입니다. 여기서 사용되는 다양한 Google Cloud Platform의 다양한 컴포넌트를 볼 수 있습니다. Kubernetes는 오픈 소스 프로젝트로 (kubernetes.io) 고 가용성을 가진 다중의 노드 클러스터에 이르기까지 다양한 환경에서 실행할 수 있습니다. 공개의 Cloud나 on-premise 배포서부터, VM(Virtual Machine)에서 실제 machine(bare metal)까지 실행 가..
김 정출
'Google Cloud Platform' 카테고리의 글 목록 (3 Page)