- DevOps for Serverless Applications
- Shashikant Bangera
- 195字
- 2021-07-16 17:35:31
Other serverless architectures
There are many other serverless options, such as OpenFaaS, Fission, and Iron.io. I won't cover them in this book, but let's scheme through the features. OpenFaaS is an open source alternative for serverless architecture. It is built over Docker containers, Swarm, and Kubernetes. It has its own UI portal and also has CLI support to deploy functions. OpenFaaS supports Node.js, Python, GO, and C# on Windows and Linux. We can set it up over a cloud, a local laptop, or an on-premise server. We can write functions for almost everything—that is what is claimed by OpenFaas. OpenFaaS is written in Golang. It allows events through HTTP/HTTPS requests.
Fission is yet another open source version of serverless architecture—the underlying technology is Kubernetes and Docker containers, which can be deployed on both cloud and on-premise infrastructures. It is designed as a set of microservices, and its components are the controller, router, and pool manager. The router manages HTTP requests, the controller manages functions, event triggers, and environment images, and the pool manager manages the pool of containers and loads the functions into these containers. The functions are written with Python.
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Hands-On DevOps with Vagrant
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Ganglia系統監控
- PLC控制系統應用與維護
- 奔跑吧 Linux內核(入門篇)
- Linux運維最佳實踐
- 細說Linux基礎知識
- 注冊表應用完全DIY
- HTML5 Enterprise Application Development
- Linux軟件管理平臺設計與實現
- Office 365 User Guide
- 15分鐘!畫出我的漫畫角色:賣萌篇
- 計算機系統平臺
- Windows PE權威指南