Kubernetes Operations Skill
This skill talks to the Kubernetes API server using the Pod's own mounted
service-account token (the standard in-cluster authentication mechanism
documented by Kubernetes itself). It reads the token from
/var/run/secrets/kubernetes.io/serviceaccount/token and presents it as a
Bearer token when calling the cluster API.
Run python3 cluster_helper.py to relabel a pod.