一、前言
云计算架构最新的一次演进应该是面向serverless(无服务架构)方向,几大世界级公有云厂商都提供了具有竞争力的产品:
- AWS Lambda
- Google Cloud Functions
- Microsoft Azure Functions
- 阿里云Function Compute
无服务架构将进一步降低云计算的接入门槛,降低对云计算使用者在基础设施技术栈层面的要求,创造真正的云原生的开发、部署、运营生态。
CNCF对于无服务架构的定义如下:
Serverless computing refers to the concept of building and running applications that do not require server management. It describes a finer-grained deployment model where applications, bundled as one or more functions, are uploaded to a platform and then executed, scaled, and billed in response to the exact demand needed at the moment.
如下正是改定义所描述的无服务架构的三大特点:

根据文章《The Leading Open Source Serverless Solutions for Kubernetes》的描述,当前比较热门的基于Kubernetes的serverless方案如下:
转存失败重新上传

本文介绍如何在Kubernetes上使用Kubeless实现无服务计算,包括安装配置、运行Python代码示例及通过Web UI监控。Kubeless支持多种语言,提供事件触发和监控功能。
最低0.47元/天 解锁文章
39

被折叠的 条评论
为什么被折叠?



