In the case that there are 2 clusters of kubernetes A and B, being exact replicas, and a DNS entry for the kubernetes API that, some days points to A and other days points to B, how can I do to have a single kubeconfig so that the kubectl user does not notice the difference ?
Can I deploy (with Kops) a cluster B using the same credentials and certificates as A ?