Skip to content

Commit

Permalink
Merge branch 'main' of github.com:isno/TheByteBook
Browse files Browse the repository at this point in the history
  • Loading branch information
isno committed Nov 12, 2024
2 parents 15d7d56 + 8cce4de commit 179c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/Immutable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 1.可变的基础设施

从管理基础设施的层面看,“可变”的基础实施与传统运维操作相关。例如,有一台服务器部署的是 Apache,现在想换成 Nginx。传统运维手段是先卸载掉 Apache,重新安装一个 Nginx,再重启系统让这次变更生效。
从管理基础设施的层面看,“可变”的基础设施与传统运维操作相关。例如,有一台服务器部署的是 Apache,现在想换成 Nginx。传统运维手段是先卸载掉 Apache,重新安装一个 Nginx,再重启系统让这次变更生效。

上述的过程中,装有 Apache 的 Linux 系统为了满足业务需求,进行了一次或多次变更,该 Linux 系统就是一个可变的基础设施。

Expand Down

0 comments on commit 179c036

Please sign in to comment.