[Study Jam] Managing Deployments Using Kubernetes Engine - 1
Study/Study Jam2022. 3. 24. 18:04[Study Jam] Managing Deployments Using Kubernetes Engine - 1

✔️ 실습에 앞서.. 실습 목표 kubectl tool 사용 연습 deployment yaml 파일 작성하기 deployments 실행, 업데이트, 스케일 조정하기 depolyments 및 deployment style 업데이트 연습하기 ✔️ 초기 설정 Set zone 로컬 영역을 us-central1-a로 대체해 작동중인 Google Cloud zone을 설정한다. gcloud config set compute/zone us-central1-a Get sample code for this lab 컨테이너 및 deployments를 만들고 실행하기 위한 샘플 코드 가져오기 gsutil -m cp -r gs://spls/gsp053/orchestrate-with-kubernetes . cd orchestr..

image