- Practical Site Reliability Engineering
- Pethuru Raj Chelliah Shreyash Naithani Shailender Singh
- 196字
- 2021-06-10 19:08:07
Deploying microservices
Let's start to think practically about microservice deployment. We are going to look at the latest container technologies and orchestrator tools that are dominating the microservice market. First, we will list the availability of tools and options and then we will look at an example to show you how things can be deployed in the microservice model.
Microservices can be deployed on the following platforms:
- Container platforms: These include technologies such as Docker, rkt, AWS ECS, and AWS EKS.
- Code as a function: We can deploy bare functions written in supported programming languages on AWS Lambda-like platforms. These platforms will run that configured code and store the result on an S3-like bucket or a supported database on a cloud vendor platform. Alternatively, the code might trigger a further configured action. It can be called through AWS API Gateways, a similar service available on Microsoft Azure, or over Google's Cloud Platform (GCP).
- Virtual platforms: These include virtual machines such as VMware, vSphere VM, Xen VM, and KVM-based VMs.
There are different tools available for deployment in each category in these platforms. We will take a look at these in the following sections.
推薦閱讀
- 大學計算機基礎:基礎理論篇
- 智能傳感器技術與應用
- Deep Learning Quick Reference
- 數據庫原理與應用技術學習指導
- Windows游戲程序設計基礎
- Python:Data Analytics and Visualization
- 人工智能技術入門
- 軟件構件技術
- 精通LabVIEW程序設計
- 新一代人工智能與語音識別
- 納米集成電路制造工藝(第2版)
- Deep Learning Essentials
- R Statistics Cookbook
- Microsoft 365 Mobility and Security:Exam Guide MS-101
- Microsoft Power BI Complete Reference