Kubernetes ReplicationController: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Higher Level Pod Controllers") |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/ | |||
=Internal= | =Internal= | ||
* [[Kubernetes Higher Level Pod Controllers#Controllers|Higher Level Pod Controllers]] | * [[Kubernetes Higher Level Pod Controllers#Controllers|Higher Level Pod Controllers]] | ||
=Overview= | |||
A [[Kubernetes_Deployments|Deployment]] that configures a [[Kubernetes_ReplicaSet|ReplicaSet]] is the recommended way to set up replication, instead of the ReplicationController. |
Revision as of 00:14, 20 September 2020
External
Internal
Overview
A Deployment that configures a ReplicaSet is the recommended way to set up replication, instead of the ReplicationController.