Using the imperative way, we can create a pod with multiple labels with --label:
k run nginx --image=nginx --labels=env=dev,team=internal,app=web
Using the imperative way, we can create a pod with multiple labels with --label:
k run nginx --image=nginx --labels=env=dev,team=internal,app=web