- Mastering Microservices with Java
- Sourabh Sharma
- 214字
- 2021-07-02 13:03:29
Deployment using a containerization engine such as Docker
Because of the design of microservices, you need to have an environment that provides flexibility, agility, and smoothness for CI and CD as well as for shipment. Microservice deployments need speed, isolation management, and an agile life cycle.
Products and software can also be shipped using an intermodal-container model. An intermodal container is a large standardized container, designed for intermodal freight transport. It allows cargo to use different modes of transport—truck, rail, or ship—without unloading and reloading. This is an efficient and secure way of storing and transporting goods. It resolves the problem of shipping, which previously had been a time-consuming, labor-intensive process, and repeated handling often broke fragile goods.
Shipping containers encapsulate their content. Similarly, software containers are starting to be used to encapsulate their content (such as products, applications, and dependencies).
Previously, Virtual Machines (VMs) were used to create software images that could be deployed where needed. Later, containerization engines such as Docker became more popular as they were compatible with both traditional virtual stations systems and cloud environments. For example, it is not practical to deploy more than a couple of VMs on a developer's laptop. Building and booting a VM is usually I/O intensive and consequently slow.
- 自然語言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- AngularJS Web Application Development Blueprints
- Windows Forensics Cookbook
- 量化金融R語言高級(jí)教程
- Hands-On Automation Testing with Java for Beginners
- C程序設(shè)計(jì)實(shí)踐教程
- PySpark Cookbook
- Nginx Lua開發(fā)實(shí)戰(zhàn)
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開發(fā)叢書)
- 深度學(xué)習(xí):Java語言實(shí)現(xiàn)
- Scala for Machine Learning(Second Edition)
- Learning Material Design
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- HTML并不簡(jiǎn)單:Web前端開發(fā)精進(jìn)秘籍
- Practical Responsive Typography