- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 198字
- 2021-06-30 19:10:48
Cloud Native microservices
Now that we have a better understanding of cloud computing, we need to think why we should build Cloud Native microservices. If we have been following our microservices principles, we could easily deploy them in a cloud and take advantage of those platforms to benefit further from the microservices architecture. Our microservices could easily be scaled and managed, and since their isolation is a loosely coupling, they could easily fit in containers.
When we create microservices, we could make them cloud aware, and try to benefit from not just being microservices, but becoming Cloud Native applications, so they could fully benefit from the cloud computing model. Spring Cloud provides an easy to use the framework to make our cloud services independent of the cloud platform that they are hosted on and take the full benefits of the platform.
We will expand this further in Chapter 6, Creating Cloud-Native Microservices.
- Mastering AWS Lambda
- JavaScript+DHTML語法與范例詳解詞典
- Visual C++實例精通
- 匯編語言程序設計(第2版)
- Mastering PHP Design Patterns
- PHP+MySQL網站開發項目式教程
- Hands-On Functional Programming with TypeScript
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Spring Boot實戰
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Java EE架構設計與開發實踐
- 黑莓(BlackBerry)開發從入門到精通
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 軟件測試(慕課版)
- Swift 2 Design Patterns