Source: medium.com

Labels and Node Selectors

Category: Kubernetes, nginx

In this article, we will learn about Labels, Selectors, Annotations and Node Selectors in Kubernetes. Hope i kept it simple as possible to understand :-) Labels are key/value pairs that are attached to objects, such as pods.

Related Articles