Definition:
- Kubernetes Object
- Legacy, use Kubernetes ReplicaSet instead
- ensures that a specified number of pod replicas are running at any one time, scales horitzontally
API
- apiVersion: v1
- kind: ReplicationController
- metadata
- spec: ReplicationControllerSpec
- status: ReplicationControllerStatus
ReplicationControllerSpec
- selector: map[string]string, must atleast select all pods in the templates, doesnt support kubernetes selector → no set-based
- template: PodTemplateSpec
- replicas: how many
- minReadySeconds: