2018-05-05 16:00:51 +00:00
|
|
|
---
|
2020-03-26 08:24:25 +00:00
|
|
|
title: ReplicationController
|
2018-05-05 16:00:51 +00:00
|
|
|
id: replication-controller
|
|
|
|
date: 2018-04-12
|
|
|
|
full_link:
|
|
|
|
short_description: >
|
2020-03-26 08:24:25 +00:00
|
|
|
A (deprecated) API object that manages a replicated application.
|
2018-05-05 16:00:51 +00:00
|
|
|
|
|
|
|
aka:
|
|
|
|
tags:
|
|
|
|
- workload
|
|
|
|
- core-object
|
|
|
|
---
|
2020-03-26 08:24:25 +00:00
|
|
|
A workload resource that manages a replicated application, ensuring that
|
|
|
|
a specific number of instances of a {{< glossary_tooltip text="Pod" term_id="pod" >}} are running.
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2020-03-26 08:24:25 +00:00
|
|
|
<!--more-->
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2020-03-26 08:24:25 +00:00
|
|
|
The control plane ensures that the defined number of Pods are running, even if some
|
|
|
|
Pods fail, if you delete Pods manually, or if too many are started by mistake.
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2020-03-26 08:24:25 +00:00
|
|
|
{{< note >}}
|
|
|
|
ReplicationController is deprecated. See
|
|
|
|
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}, which is similar.
|
|
|
|
{{< /note >}}
|