Kubernetes ReplicationController

From NovaOrdis Knowledge Base
Revision as of 23:31, 11 July 2023 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.