- 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.
推薦閱讀
- 后稀缺:自動化與未來工作
- 虛擬儀器設計測控應用典型實例
- 零起步輕松學單片機技術(第2版)
- Practical Ansible 2
- Ansible Quick Start Guide
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- Hands-On Data Science with SQL Server 2017
- 腦動力:PHP函數速查效率手冊
- PIC單片機C語言非常入門與視頻演練
- Visual Basic從初學到精通
- PostgreSQL Administration Essentials
- AWS Administration Cookbook
- Photoshop CS3圖像處理融會貫通
- CompTIA Network+ Certification Guide
- 西門子變頻器技術入門及實踐