Source: mshazninazeer.medium.com

Organizing kubernetes resources
In my previous post I discussed the first steps in kubernetes (k8s). In this post let’s look at how to organize k8s resources. I’ll showcase it with examples with pods. Mainly there are two ways to organize k8s resources; labels and namespaces.

Related Articles