이야기박스

GCP 설계 & 디자인 본문

Computer & Data/Cloud Platform

GCP 설계 & 디자인

박스님 2019. 4. 4. 11:29
반응형

강사 : Jasen Baker

제목 : Architecting, Design and Process

 

기존 수업은 구글 상품을 개별로 다루었다면 , 이변 강좌는 전체적인 구글 디자인, 설계를 다룸

강좌가 다시 듣고 싶다면 : https://ko.coursera.org/learn/cloud-infrastructure-design-process?

 

Reliable Cloud Infrastructure: Design and Process | Coursera

Learn Reliable Cloud Infrastructure: Design and Process from Google 클라우드. ***NEW! Specialization Completion Challenge, receive Qwiklabs credits valued up to $180! See below for details.*** This online course equips students to build highly ...

ko.coursera.org

- 관련 서적

Google SRE Book

https://landing.google.com/sre/books/

 

Google - Site Reliability Engineering

The Site Reliability Workbook Edited by Betsy Beyer, Niall Richard Murphy, David K. Rensin, Kent Kawahara and Stephen Thorne The Site Reliability Workbook is the hands-on companion to the bestselling Site Reliability Engineering book and uses concrete exam

landing.google.com

-  목표. 다른 환경에 같은 서비스 제공해주고 싶다면

더 작은 환경, 혹은 더 큰 환경에 적용하고 싶다면?

---> 디자인 챌린지를 받게 됨

 

- QwikLab : 구글 프러덕트를 테스트할 수 있는 곳

https://googlecloud.qwiklabs.com/

 

Qwiklabs

Qwiklabs provides lab learning environments that help developers and IT professionals get hands-on experience working with leading cloud platforms and software.

www.qwiklabs.com

 

1. Defining the Service

- Defining the service

- Architecting

- Resiliency, scalability, disaster recovery

- Security

- Capacity planning, Cost optimization

- Deployment, monitoring, alerting, incident response

 

# Ideas will evolve ... iteratively

 

# Desigin Process

1. Begin simply. Iterate.

2. Plan for failure.

3. Measure stuff.

 

# State and Solution

Q. What is first thing for Desigining?

A. State

State : handles type of data

Worst Case ; They doesn't share teh state

 

개선 디자인; Sharing State after fronted ; 데이터가 많다면?
개선2 ; reliable이 생김, 그러나 latency 생김

* Threshold Issue

https://www.reddit.com/r/programming/comments/2bar4m/til_about_the_doherty_threshold_400ms_response/

 

TIL about the Doherty Threshold: < 400ms response time addicting; > 400ms painful. (old paper still very true today)

Posted in r/programming by u/jelder • 321 points and 93 comments

www.reddit.com

Google General Solution for large-scale cloud-based systems

# Defining a Level of Service

- SLI ; Service Level Indicator

- SLO ; Service Level Objective

- SLA ; Service Level Agreement

 

 

# Gather Requirements

1. Qualitive Requirements

2. Quntitative Requirements

3. Scaling Requirements

4. Size Requirements

 

 

반응형

'Computer & Data > Cloud Platform' 카테고리의 다른 글

GCP Design for security  (0) 2019.04.05
GCP Business Logic & Data Layer & Network Design  (0) 2019.04.04
GCP 교육 2일차 - DataFlow  (0) 2019.02.20
GCP 교육 2일차 - BigQuery  (0) 2019.02.20
AWS Cli 설치  (0) 2019.02.19