This may be a silly question, but i’m confused by the usage of K8S labels for long
candidate@node01:~$ kubectl get ns qaqa --show-labels
NAME STATUS AGE LABELS
qaqa Active 71d kubernetes.io/metadata.name=qaqa,name=qaqa
See above, ns qaqa has two labels assigned, what is the major difference? Is that ok to match label “kubernetes.io/metadata.name=qaqa” while developing a netpol? Or i’m able to use either of them?