Skip to main content

ReplicaSets

A ReplicaSet is a Kubernetes object that ensures a stable set of replica pods are running at all times. As such, it is often used to guarantee the availability of a specified number of identical pods. In this example (below), you can see 2 replicasets for namespace orders. The replicaset for orders-d6b4566fc defines the configuration for desired and current number of pods.

Insights

Click on the replicaset orders-d6b4566fc and explore the configuration. You will see configurations under Info, Pods, labels and details of max and desired replicas.

Insights