Skip to content
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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

Hoanvn1734
Copy link
Contributor

No description provided.

- 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
Copy link
Contributor

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.

Copy link
Contributor

@haqduong haqduong left a 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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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**.
Copy link
Contributor

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.
Copy link
Contributor

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.

Copy link
Contributor

@haqduong haqduong left a 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

@@ -0,0 +1,14 @@
# IP rabbitMQ server
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants