Kubernetes ReplicationController

From NovaOrdis Knowledge Base
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.