- Practical Site Reliability Engineering
- Pethuru Raj Chelliah Shreyash Naithani Shailender Singh
- 221字
- 2021-06-10 19:08:08
Virtualization-based platform deployment
Virtual environments may be losing momentum in the microservice domain after the entrance of Docker and Rocket entrance in the market, but many companies are still invested in them. Virtual machines keep all the microservice design principles intact, so fundamentally, we can't remove them from the microservice platform list. The tools for deployment include the following:
- Traditional scripts (such as Windows PowerShell or Linux Bash): These are very handy, but I wouldn't recommend them, as easier options are available. For example, we can use the Serverless tool for FaaS deployment or Ansible for any package or code deployment on VMs, Kubernetes, or OpenShift. Learning those tools is likely to be more helpful.
- Traditional Makefiles: People are using it in inventive way, and they are deploying using it. These are often thought of as dominating the build world, but they can be easily used in the deployment world as well.
- Capistrano: This is an open source tool used to run scripts on many servers at the same time.
- CI/CD: This is based on traditional tools, such as Jenkins or TeamCity.
There are also a variety of enterprise products available, which are often built for monolithic or SOA-based applications. Vendors are extending their functionalities so that they support container platforms as well:
- HP HPSA (previously known as Opsware)
- BMC
推薦閱讀
- 虛擬儀器設計測控應用典型實例
- 工業機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- Google Cloud Platform Cookbook
- Practical Data Wrangling
- Docker Quick Start Guide
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 面向對象程序設計綜合實踐
- 計算機與信息技術基礎上機指導
- SAP Business Intelligence Quick Start Guide
- Photoshop行業應用基礎
- 中國戰略性新興產業研究與發展·增材制造
- FPGA/CPLD應用技術(Verilog語言版)
- Machine Learning Algorithms(Second Edition)
- 大數據案例精析
- Artificial Intelligence By Example