Skip to main content

kubernetes_replication_controller

  • Categories: Other
  • Service: kubernetes

Description​

A Replication Controller is responsible for maintaining a specified number of pod replicas in a Kubernetes cluster. It ensures that the desired number of pods are always running in the cluster, even in the event of failures.

Base Hierarchy​

Hierarchy of Replication Controller

Relationship to other Resources​

Diagram of Replication Controller resource relationships

Properties​

Diagram of Replication Controller data model