May 2018
Intermediate to advanced
554 pages
13h 51m
English
The ReplicaSet defines a set of Pods by using a Pod template and labels. As in the ideas from previous sections, the ReplicaSet only manages the Pods via their labels. It is possible that the Pod template and the configuration of the Pod are different. This also means that standalone Pods can be added into a set by using label modification.
Let's evaluate this concept of selectors and labels by creating a ReplicaSet similar to the diagram at the beginning of this recipe:

First, we are going to create a CentOS Pod with the labels project: ...
Read now
Unlock full access