https://github.com/queeniecplusplus/k8s_rc
Replication Controller & Controller Manager
https://github.com/queeniecplusplus/k8s_rc
k8s-cluster k8s-deployment k8s-sig-cluster-lifecycle
Last synced: 2 months ago
JSON representation
Replication Controller & Controller Manager
- Host: GitHub
- URL: https://github.com/queeniecplusplus/k8s_rc
- Owner: QueenieCplusplus
- Created: 2020-09-25T10:53:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T10:59:26.000Z (over 4 years ago)
- Last Synced: 2025-01-06T04:24:49.386Z (4 months ago)
- Topics: k8s-cluster, k8s-deployment, k8s-sig-cluster-lifecycle
- Homepage: https://github.com/QueenieCplusplus/QuickGoThru#nginx--k8s-in-2020
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K8s_RC
Replication Controller & Controller Manager能定義 Pod 抄本數量。在 Master 內透過 RC 定義在 Controller Manager 實現了 Pod 建立、監聽、啟動、停止其生命週期。
# Replica 示意圖
etcd (log)
|
|
_|______________
| |----- get --- __ Node___ _ anotherNode_
| Core API (Auth)|----- list --- |Kuberlet|---k8sProxy---| Kuberlet |
|________________| ---------- --------------
| |
| |
| |
|
| Resorces Controll (cotains Node Controller, Replication Controller)
|
|
Event Listener (by Scheduler)