update serverless
parent
449cbc8dac
commit
cff1f7c0e2
|
@ -1,6 +1,6 @@
|
|||
# Serverless架构
|
||||
|
||||
Serverless(无服务器架构)指的是由开发者实现的服务端逻辑运行在无状态的计算容器中,它由事件触发, 完全被第三方管理,其业务层面的状态则被开发者使用的数据库和存储资源所记录。
|
||||
就像无线互联网实际有的地方也需要用到有线连接一样,无服务器架构仍然在某处有服务器。Serverless(无服务器架构)指的是由开发者实现的服务端逻辑运行在无状态的计算容器中,它由事件触发, 完全被第三方管理,其业务层面的状态则被开发者使用的数据库和存储资源所记录。
|
||||
|
||||
下图来自谷歌云平台官网,是对云计算的一个很好的分层概括,其中 serverless 就是构建在虚拟机和容器之上的一层,与应用本身的关系更加密切。
|
||||
|
||||
|
@ -42,25 +42,23 @@ Serverless架构明显比其他架构更简单。更少的组件,就意味着
|
|||
- [funktion](https://github.com/funktionio/funktion/) - a CLI tool for working with funktion <https://funktion.fabric8.io/>
|
||||
- [fx](https://github.com/metrue/fx) - Poor man's serverless framework based on Docker, Function as a Service with painless.
|
||||
- [IronFunctions](https://github.com/iron-io/functions) - IronFunctions - the serverless microservices platform. [http://iron.io](http://iron.io/)
|
||||
- [knative](https://github.com/knative) - Kubernetes-based platform to build, deploy, and manage modern serverless workloads
|
||||
- [kubeless](https://github.com/kubeless/kubeless) - Kubernetes Native Serverless Framework [http://kubeless.io](http://kubeless.io/)
|
||||
- [OpenWhisk](http://openwhisk.incubator.apache.org/) - Apache OpenWhisk (Incubating) is a [serverless](http://openwhisk.incubator.apache.org/serverless), open source cloud platform that executes functions in response to events at any scale.
|
||||
|
||||
以上项目收录于 [awsome-cloud-native](https://github.com/rootsongjc/awesome-cloud-native)
|
||||
以上项目收录于 [awsome-cloud-native](https://github.com/rootsongjc/awesome-cloud-native)。
|
||||
|
||||
## FaaS
|
||||
|
||||
Function-as-a-Service 全景图(图片来自<https://github.com/amyers1793/FunctionasaServiceLandscape>)
|
||||
Function-as-a-Service景观图(图片来自<https://github.com/amyers1793/FunctionasaServiceLandscape>)
|
||||
|
||||
![FaaS Landscape](../images/redpoint-faas-landscape.jpg)
|
||||
|
||||
## 参考
|
||||
|
||||
[Serverless Architectures - Martin Fowler](https://martinfowler.com/articles/serverless.html)
|
||||
|
||||
[Serverless架构综述](http://dockone.io/article/1460)
|
||||
|
||||
[2017年会是Serverless爆发之年吗?](http://www.infoq.com/cn/news/2017/04/2017-Serverless)
|
||||
|
||||
[从IaaS到FaaS—— Serverless架构的前世今生](https://aws.amazon.com/cn/blogs/china/iaas-faas-serverless/)
|
||||
|
||||
[Introducing Redpoint's FaaS Landscape](https://medium.com/memory-leak/this-year-gartner-added-serverless-to-its-hype-cycle-of-emerging-technologies-reflecting-the-5dfe43d818f0)
|
||||
- [Why Serverless? - serverless.com](https://serverless.com/learn/)
|
||||
- [Serverless Architectures - Martin Fowler](https://martinfowler.com/articles/serverless.html)
|
||||
- [Serverless架构综述](http://dockone.io/article/1460)
|
||||
- [2017年会是Serverless爆发之年吗?](http://www.infoq.com/cn/news/2017/04/2017-Serverless)
|
||||
- [从IaaS到FaaS—— Serverless架构的前世今生](https://aws.amazon.com/cn/blogs/china/iaas-faas-serverless/)
|
||||
- [Introducing Redpoint's FaaS Landscape](https://medium.com/memory-leak/this-year-gartner-added-serverless-to-its-hype-cycle-of-emerging-technologies-reflecting-the-5dfe43d818f0)
|
Loading…
Reference in New Issue