BLOG

Latest Articles

How to add label to running pod in Kubernetes

There are two methods to add label to running pod in Kubernetes. Using kubectl label pods or kubectl edit command to edit a resource object.

By admin · 6 min read · Kubernetes Tutorial