mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
commit
fd5d98f21b
@ -76,7 +76,7 @@ Beyond just servicing REST operations, validating them and storing them in `etcd
|
||||
|
||||
### Kubernetes Controller Manager Server
|
||||
|
||||
The `repliationController` type described above isn't strictly necessary for Kubernetes to be useful. It is really a service that is layered on top of the simple `pod` API. To enforce this layering, the logic for the repliationController is actually broken out into another server. This server watches `etcd` for changes to `replicationController` objects and then uses the public Kubernetes API to implement the repliation algorithm.
|
||||
The `replicationController` type described above isn't strictly necessary for Kubernetes to be useful. It is really a service that is layered on top of the simple `pod` API. To enforce this layering, the logic for the replicationController is actually broken out into another server. This server watches `etcd` for changes to `replicationController` objects and then uses the public Kubernetes API to implement the replication algorithm.
|
||||
|
||||
### Key Concept: Labels
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user