본문 바로가기

Study/회사 교육

(3)
Google Cloud Platform 강의 Google Cloud 강의 GCP GCP is organized into regions and zones Multi-Region Region - 반드시 3개 이상의 zone이 들어가야함 하나의 zone에 문제가 생기더라도 다른 zone에 문제가 없으니까 이상이 없다는 것 Zone - data center Open APIs and open source mean customers can leave Why choose Google Clout Platform? Google Cloud Platform offers a range of compute services GCP Fundametals: Core Infrastructure Cloud security requires collaboration Resource ..
k8s 보강교육 #2 어제 교육했던 거 remind 시간 갖고~ What is Helm? Helm is a package manager for Kubernetes. - deploy 관련된. yaml - service 관련된. yaml 기존에 운영되고 있으면 deployment에 대해서 image version만 변경하고 싶으면 upgrade mysql stable/mysql helm chart 생성해보기 . └── demochart ├── charts ├── Chart.yaml ├── templates │ ├── deployment.yaml │ ├── _helpers.tpl │ ├── ingress.yaml │ ├── NOTES.txt │ ├── serviceaccount.yaml │ ├── service.yaml │ └──..
k8s 운영관리 보강 #1 Course Overview Muli Tenancy Use case (Today) Kubernetes Security (Authentication & Authorization) (Today) Helm (Today) Istio (Tomorrow) C:\Program Files (x86)\VMware\VMware Player\vmwaredll\vmnetcfg.exe vm player 실행 후 c:\vm\node1, 2, 3 열고 memory 4GB로 설정 node 1: 10.32.2.137 (master) - 같은 클러스터 node 2: 10.32.2.162 (worker) - 같은 클러스터 node 3: 10.32.2.161 (master) Multi-tenancy in k8s Access Control:..