Skip to main content

I noticed a discrepancy between the Kasten Cluster ID and the actual cluster UID retrieved from the namespace.

  • Kasten Cluster ID: f2c3c6f4-dc62-42d9-ac13-7933c4289xxx
  • Cluster UID (via kubectl): 557f2513-0d07-4fbb-ad26-4325ffe12xxx

Is this mismatch intentional?

This discrepancy poses a challenge for automated disaster recovery, as I haven’t found a reliable way to extract the Kasten Cluster ID programmatically.

 

//edit: Sorry, I did not see that there is a dedicated support group.

@Madi.Cristil ​@safiya - would suggest moving this to the Kasten Support group for better assistance.


Duh,…

I discovered that the discrepancy was due to using the UID from the kube-system namespace, whereas Kasten uses the UID from the default namespace.

Apologies for the confusion!


Glad you were able to figure it out.


Comment