Building portable and reliable applications on Google Cloud#
## Cloud Native
把應用程式切割成小塊獨立邏輯
distributed sys communication
服務跟服務的交流邏輯用sidecar component 抽離
•讓dev專注在業務邏輯
•動態部署服務
缺點:提高雲端耦合度
#
## 解決方案:dapr
整合gc跟firestore •用.yaml撰寫設定檔 #
## 分散式或跨雲環境 •retry pattern 提高彈性 •circuit breaker pattern 斷路器 處理服務中斷的request