- Serverless Architectures with Kubernetes
- Onur Y?lmaz Sathsara Sarathchandra
- 183字
- 2021-06-11 12:57:55
Summary
In this chapter, we described the evolution of cloud technology offerings, including how the cloud products have changed over the years and how responsibilities are distributed among organizations, starting with IaaS and PaaS and, finally, FaaS. Following that, criteria were presented for evaluating serverless cloud offerings.
Programming language support, function triggers, and the cost structure of serverless products were listed so that we could compare the various cloud providers, that is, AWS Lambda, Azure Functions, and GCF. In addition, we deployed a serverless function to all three cloud providers. This showed you how cloud functions can be integrated with other cloud services, such as the AWS API Gateway for REST API operations. Furthermore, a parameterized function was deployed to Azure Functions to show how we can process inputs from users or other systems. Finally, we deployed a scheduled function to GCF to show integration with other cloud services. At the end of this chapter, we implemented a real-life Slack reminder using serverless functions and cloud schedulers.
In the next chapter, we will cover serverless frameworks and learn how to work with them.
- 30天自制操作系統
- Learning Windows Server Containers
- UNIX操作系統設計
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Windows Server 2012 Hyper-V Cookbook
- Linux集群和自動化運維
- 移動應用UI設計模式(第2版)
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 一學就會:Windows Vista應用完全自學手冊
- Python UNIX和Linux系統管理指南
- Distributed Computing with Go
- Java EE 7 Developer Handbook
- Linux從入門到精通(視頻教學版)
- OpenSolaris紅寶書
- Gradle Effective Implementations Guide(Second Edition)