3.2.4 The PodSpec

View in the book. Buy the book.

About Kubernetes object composition.

The Deployment is actually composed of a Pod

3.10 Pod object embedded in the Deployment object
Figure 3.10 Pod object embedded in the Deployment object

Note the label selector

3.11 Relationship of the Deployment’s selector and the Pod template’s labels
Figure 3.11 Relationship of the Deployment’s selector and the Pod template’s labels