Reputation: 370
Has anyone had any success getting kops and federation to work together?
We've tried to set up a couple of clusters using kops and have created the correct contexts.
However, when we try to join one cluster to another, the dns names used by kops are incompatible with those that kubefed requires.
Upvotes: 3
Views: 381
Reputation: 29523
Have you tried kubefed, e.g. as demonstrated https://gist.github.com/arun-gupta/02f534c7720c8e9c9a875681b430441a?
Although I think to be really HA you should not install the federation components in either federated clusters, but in a third cluster, in a separate region. Eg
Upvotes: 1