-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[vi] add ha-topology and high-availability pages #50804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @ntheanh201 , @khanhtc1202 |
|
||
Kiến trúc này tách rời control plane và etcd member. Vì thế nó cung cấp một thiết lập HA trong đó | ||
việc mất một control plane instance hoặc một etcd member có ít tác động hơn và không ảnh hưởng tới | ||
tính dự phòng của cụm như kiến trúc HA xếp chồng. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tính dự phòng của cụm như kiến trúc HA xếp chồng. | |
khả năng dự phòng của cụm như kiến trúc HA xếp chồng. |
với các etcd node bên ngoài, và đơn giản hơn để quản lý replication. | ||
|
||
Tuy nhiên, một cụm xếp chồng có nguy cơ lỗi hàng loạt. Nếu một node bị lỗi, cả một etcd member và một instance control | ||
plane bị lỗi, và tính dự phòng bị ảnh hưởng. Bạn có thể giảm thiểu rủi ro này bằng cách bổ sung thêm control plane node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plane bị lỗi, và tính dự phòng bị ảnh hưởng. Bạn có thể giảm thiểu rủi ro này bằng cách bổ sung thêm control plane node. | |
plane bị lỗi, và khả năng dự phòng bị ảnh hưởng. Bạn có thể giảm thiểu rủi ro này bằng cách bổ sung thêm control plane node. | |
@ntheanh201 , thank you for your suggested changes. I also think "khả năng" is more suitable than "tính" and I changed it. |
Hi anh @truongnh1992 ,
Em mới bổ sung thêm 2 page
ha-topology
vàhigh-availability
. Nhờ anh review và approve giúp em với ạ.Em xin cảm ơn ạ!