본문 바로가기

728x90
반응형

분류 전체보기

(317)
[Google Cloud] Google Study Jam : Managing Deployments Using Kubernetes Engine (2) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Region 세팅gcloud config set compute/zone "us-east4-b"export ZONE=$(gcloud config get compute/zone)gcloud config set compute/region "us-east4"export REGION=$(gcloud config get compute/region)  Debugging Apps on Google Kubernetes Engine - Task 1. Infrastructure setupProject ID 환경변수를 등록export PROJECT_ID=Project IDcluster를 확인한다.gcloud contai..
[Google Cloud] Google Study Jam : Managing Deployments Using Kubernetes Engine (1) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다.  Cloud Shell에 다음명령어를 입력해서 기본 세팅을 한다.gcloud config set compute/zone ZONEgsutil -m cp -r gs://spls/gsp053/orchestrate-with-kubernetes .cd orchestrate-with-kubernetes/kubernetesgcloud container clusters create bootcamp \ --machine-type e2-small \ --num-nodes 3 \ --scopes "https://www.googleapis.com/auth/projecthosting,storage-rw" Deploy..
[Google Cloud] Google Study Jam : Monitor and Manage Google Cloud Resources (3) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다.  Cloud Function - Task 1. Create a FunctionNavigation menu > VIEW ALL PRODUCTS > Serverless > Cloud Run Function > Create Function에서 다음 값에 맞게 함수를 생성한다.FieldValueEnvironmentCloud Run functionFunction nameGCFunctionRegionREGIONTrigger typeHTTPSAuthenticationAllow unauthenticated invocationsMemory allocated (In Runtime, Build, Connections ..
[Google Cloud] Google Study Jam : Monitor and Manage Google Cloud Resources (2) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Cloud Monitoring - Task 1. Create a Compute Engine instnaceNavigation menu > Compute Engine > VM instances > Create instance에서 인스턴스를 만든다.FieldValueNamelamp-1-vmRegionREGIONZoneZONESeriesE2Machine typee2-mediumBoot diskDebian GNU/Linux 12 (bookworm)FirewallCheck Allow HTTP traffic Cloud Monitoring - Task 2. Add Apache2 HTTP Server to you..
[Google Cloud] Google Study Jam : Monitor and Manage Google Cloud Resources (1) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Cloud IAM - Task1. Explore the IAM console and project level rolesUsername 1 Cloud Console page에 Navigation menu > IAM & Admin > IAM을 들어간다.+GRANT ACCESS 버튼을 누르고 스크롤을 내려 Select a role 섹션에 Basic으로 마우스를 올린다.역할은 3가지가 있다.Role NamePermissionsroles/viewer기존 리소스나 데이터 보기(수정 불가) 등 상태에 영향을 주지 않는 읽기 전용 작업에 대한 권한roles/editor모든 뷰어 권한과 기존 리소스를 변경하는 등 ..

728x90
반응형