Kubernetes ReplicationController: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=Overview=
A [[Kubernetes_Deployments|Deployment]] that configures a [[Kubernetes_ReplicaSet|ReplicaSet]] is the recommended way to set up replication, instead of the ReplicationController.
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]].

Revision as of 02:41, 7 October 2020

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.