Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 384 Bytes

K8S Replication Controller.md

File metadata and controls

14 lines (10 loc) · 384 Bytes
title notetype date
K8S Replication Controller
feed
07-11-2021

Replication Controller is part of [[K8S Controller Manager]] in [[Kubernetes]]. It is responsible for monitoring the status of [[K8S Replicaset]]s, and ensures that the desired number of pods are available at all times. If a [[K8S Pod]] dies, it creates another one.


Status: #🌱

References: