- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 213字
- 2021-07-02 21:54:43
Deployment using a container such as Docker
Owing to the design of microservices, you need to have an environment that provides flexibility, agility, and smoothness for continuous integration and deployment as well as for shipment. Microservices deployments need speed, isolation management, and an Agile life-cycle.
Products and software can also be shipped using the concept of 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 stuff. 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 contents (products, applications, dependencies, and so on).
Previously, Virtual Machines (VMs) were used to create software images that could be deployed where needed. Later, containers 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.
- Oracle從入門到精通(第3版)
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- Java程序設(shè)計(jì)與開發(fā)
- Mastering RabbitMQ
- C語言程序設(shè)計(jì)實(shí)踐教程
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Oracle Database 12c Security Cookbook
- Access 2016數(shù)據(jù)庫管
- 快速念咒:MySQL入門指南與進(jìn)階實(shí)戰(zhàn)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- SQL基礎(chǔ)教程(第2版)
- Creating Stunning Dashboards with QlikView
- 詳解MATLAB圖形繪制技術(shù)
- 愛上C語言:C KISS
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲