README ¶ Kubernetes Pod Tagger What? It's a simple pod that checks if extra labels needs to be added to Kubernetes pods or not. How? Manually add the pods in the dictionary: var putLabels = map[string]string{ "client-type": "internal", "label-key": "label-value", } Deploy kubectl apply -f kubernetes-resources.yaml Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.