Kubernetes Objects by Patrik

Kubernetes ReplicaSet

  • A ReplicaSet is associate with a Pod and indicates how many instances of that Pod should be running within the cluster
  • A ReplicaSet also implies a controller that watches the ongoing state and knows how many of your Pod to keep running
  • A ReplicaSet is commonly wrapped in turn by a deployment

Comments

Leave a Comment

All fields are required. Your email address will not be published.