项目作者: QueenieCplusplus

项目描述 :
Replication Controller & Controller Manager
高级语言:
项目地址: git://github.com/QueenieCplusplus/K8s_RC.git
创建时间: 2020-09-25T10:53:04Z
项目社区:https://github.com/QueenieCplusplus/K8s_RC

开源协议:

下载


K8s_RC

Replication Controller & Controller Manager

能定義 Pod 抄本數量。在 Master 內透過 RC 定義在 Controller Manager 實現了 Pod 建立、監聽、啟動、停止其生命週期。

Replica 示意圖

  1. etcd (log)
  2. |
  3. |
  4. _|______________
  5. | |----- get --- __ Node___ _ anotherNode_
  6. | Core API (Auth)|----- list --- |Kuberlet|---k8sProxy---| Kuberlet |
  7. |________________| ---------- --------------
  8. | |
  9. | |
  10. | |
  11. |
  12. | Resorces Controll (cotains Node Controller, Replication Controller)
  13. |
  14. |
  15. Event Listener (by Scheduler)