-
Notifications
You must be signed in to change notification settings - Fork 5
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
Kubernetes concept #26
base: master
Are you sure you want to change the base?
Conversation
- Báo cáo lại trạng thái của pod back cho phần còn lại của hệ thống, bằng cách tạo ra một mirror pod nếu cần. | ||
- Báo cáo trạng thái của node back cho phần còn lại của hệ thống. | ||
|
||
### Kube-proxy |
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.
Cần chi tiết hơn, mô hình, các chế độ chạy.
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.
Phần Kubernetes cần viết lại, không nên dịch word-by-word thế này.
Thiếu phần tìm hiểu resource (daemonset...)
Docker được sử dụng để chạy các container. | ||
|
||
### Supervisord | ||
Supervisord là một quy trình giám sát và điều khiển hệ thống nhẹ có thể được sự dụng để chạy kubelet và docker. |
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.
"quy trình" -> dịch lại để sát nghĩa hơn.
Supervisord là một quy trình giám sát và điều khiển hệ thống nhẹ có thể được sự dụng để chạy kubelet và docker. | ||
|
||
### Fluentd | ||
Fluentd là một daemon giúp cung cấp cluster-level logging. |
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.
Đây không phải daemon.
Cloud-controller-manager quản lý các bộ điều khiển tương tác với các nhà cung cấp cloud cơ bản. Cloud-controller-manager chỉ chạy vòng điều khiển cloud-provider-specific. Bạn có thể vô hiệu hóa các vòng điều khiển bằng cách thiết lập `--cloud-provider` để `external` khi bắt đầu chạy kube-controller-manager. | ||
|
||
### kube-scheduler | ||
kube-scheduler hiển thị các pod được tạo mới mà không có các node được gán, và chọn một node để chúng chạy trên. |
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.
chức năng của scheduler là lập lịch, không phải "hiển thị"
kube-scheduler hiển thị các pod được tạo mới mà không có các node được gán, và chọn một node để chúng chạy trên. | ||
|
||
### Addons | ||
Addons là các pod và các service thưc hiện các tính năng của cluster. Các pod có thể được quản lý bởi Deployments, ReplicationControllers,... Các đối tượng addons được tạo ra trong không gian tên **kube-system**. |
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.
"namespace" không cần dịch
Addon manager tạo và duy trì các tài nguyên addon. | ||
|
||
### DNS | ||
Tất cả các Kubernetes cluster nên có cluster DNS. Cluster DNS là một máy chủ DNS, ngoài các máy chủ DNS khác trong môi trường của bạn, phục vụ các bản ghi DNS cho các Kubernetes service. |
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.
Viết lại cho rõ nghĩa hơn.
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.
Should use OOP paradigm
vungochoan/forward/configure.cfg
Outdated
@@ -0,0 +1,14 @@ | |||
# IP rabbitMQ server |
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.
Should use key=value
or key: value
format
No description provided.