Kubernetes ReplicationController: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Higher Level Pod Controllers") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/ | |||
=Internal= | =Internal= | ||
* [[Kubernetes | * [[Kubernetes Workload Resources#Controller|Kubernetes Workload Resources]] | ||
=Overview= | |||
A [[Kubernetes_Deployments|Deployment]] that configures a [[Kubernetes_ReplicaSet|ReplicaSet]] is the recommended way to set up replication, instead of the ReplicationController. | |||
=Scaling= | |||
A ReplicationController has a Scale sub-resource, allowing it to be controlled by a [[Kubernetes Horizontal Pod Autoscaler#Overview|horizontal pod autoscaler]]. |
Latest revision as of 23:31, 11 July 2023
External
Internal
Overview
A Deployment that configures a ReplicaSet is the recommended way to set up replication, instead of the ReplicationController.
Scaling
A ReplicationController has a Scale sub-resource, allowing it to be controlled by a horizontal pod autoscaler.