- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 196字
- 2021-07-02 13:41:42
Infrastructure as code
The configuration management tool supports not only a bare metal environment or a VM, but also cloud infrastructure. If you need to create and configure the network, storage, and VM on the cloud, the configuration management tool helps to set up the cloud infrastructure on the configuration file, as shown in the following diagram:

Configuration management has some advantages compared to a Standard Operation Procedure (SOP). It helps to maintain a configuration file via VCS, which can trace the history of all of the revisions.
It also helps to replicate the environment. For example, let's say we want to create a disaster recovery site in the cloud. If you follow the traditional approach, which involves using the SOP to build the environment manually, it's hard to predict and detect human or operational errors. On the other hand, if we use the configuration management tool, we can build an environment in the cloud quickly and automatically.
- FreeSWITCH 1.8
- 深入淺出Spring Boot 2.x
- 跟老齊學(xué)Python:輕松入門
- HTML5游戲開發(fā)案例教程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Big Data Analytics
- 軟件架構(gòu):Python語言實(shí)現(xiàn)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- 算法訓(xùn)練營(yíng):提高篇(全彩版)
- Building RESTful Python Web Services
- Active Directory with PowerShell
- QGIS Python Programming Cookbook(Second Edition)
- 算法設(shè)計(jì)與分析:基于C++編程語言的描述
- H5+移動(dòng)營(yíng)銷設(shè)計(jì)寶典
- 程序員必會(huì)的40種算法