Skip to content

Commit

Permalink
[tw] Localize scalability for Traditional Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
win5923 committed Oct 20, 2023
1 parent 567f313 commit ce991cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/zh-tw/scalability.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ tags: ["基本原理", "屬性", ""]
也就是增加系統執行其預定功能的能力。
舉例來說,
[Kubernetes](/zh-tw/kubernetes/) [叢集]((/zh-tw/cluster/))透過增減[容器化](/zh-tw/containerization/)應用程式的數量來擴展,
但這種可擴展性取決於幾個因素
它擁有多少[節點](/zh-tw/nodes/)?
每個節點可以處理多少[容器](/zh-tw/container/)?
但這種可擴展性取決於幾項因素
它擁有多少個[節點](/zh-tw/nodes/)
每個節點可以處理多少個[容器](/zh-tw/container/)
以及控制平面能夠支援多少記錄和操作?

可擴展性的系統使增加容量變得容易。
主要區分為兩種擴展方法。
其中一種方法
[水平擴展](/zh-tw/horizontal-scaling/)增加更多節點以處理增加的負載
其中之一
[水平擴展](/zh-tw/horizontal-scaling/)添加更多節點以處理增加的負載
相比之下,
[垂直擴展](/zh-tw/vertical-scaling/)中,
單個節點有更強大的功能以執行更多的事務(例如,透過為單個機器添加更多記憶體或 CPU)。
Expand Down

0 comments on commit ce991cb

Please sign in to comment.