Kubernetes ReplicaSet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
=Internal= | =Internal= | ||
* [[Kubernetes | * [[Kubernetes Workload Resources#ReplicaSet|Kubernetes Workload Resources]] | ||
=Overview= | =Overview= |
Revision as of 23:29, 11 July 2023
External
Internal
Overview
Replicaset Controller
The replicaset controller is part of the controller manager. The controller implements a watch loop that is constantly observing the cluster making sure that the current state matches the desired state - the desired number of pods.
Scaling
A ReplicaSet has a Scale sub-resource, allowing it to be controlled by a horizontal pod autoscaler.