- 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.
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- ASP.NET Core 2 and Vue.js
- 我的第一本算法書
- Python Deep Learning
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Building Machine Learning Systems with Python(Second Edition)
- Learning Apache Karaf
- TypeScript圖形渲染實戰:2D架構設計與實現
- C語言從入門到精通
- 例解Python:Python編程快速入門踐行指南
- Mastering PostgreSQL 11(Second Edition)
- Python Natural Language Processing
- Kotlin核心編程
- 深入解析Java虛擬機HotSpot