Is there a way to get the UID of the Kubernetes cluster?

Viewed 1648

I'm trying to make a Kubernetes multi-cluster, and I need a unique value to distinguish between cluster.

Does Kubernetes provide a UID to distinguish each cluster?

If not, is the best way to separate each cluster by the UID of the kube-system namespace?

1 Answers
Related