Description:

  • Kubernetes Object
  • Maintain a stable set of replica Pods running at any given time.
  • As such, it is often used to guarantee the availability of a specified number of identical Pods.

How it works:

  • terminate/start pods if neede
  • supervises multiple pods across multiple nodes

API

  • apiVersion: apps/v1
  • kind: ReplicaSet
  • metadata
  • spec: ReplicaSetSpec
  • status

ReplicaSetSpec