Added glossary definition: Replication Controller.

This commit is contained in:
Chris Negus
2017-12-05 15:06:50 -06:00
parent 74f80841af
commit 33bf8f8a0b
@@ -0,0 +1,9 @@
id: replication-controller
name: Replication Controller
tags:
- fundamental
short-description: >
Kubernetes service that ensures a specific number of instances of a pod are always running.
long-description: >
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.