Files
website/content/en/docs/reference/glossary/replication-controller.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

571 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Replication Controller replication-controller 2018-04-12 Kubernetes service that ensures a specific number of instances of a pod are always running.
workload
core-object

Kubernetes service that ensures a specific number of instances of a pod are always running.

Will automatically add or remove running instances of a pod, based on a set value for that pod. Allows the pod to return to the defined number of instances if pods are deleted or if too many are started by mistake.