Hi,How can we identify if a cluster is multimaster?..In short how can we identif . . .

sarath s:
Hi,How can we identify if a cluster is multimaster?..In short how can we identify the number of masters in the set up?

Deekshith Hadil:
by looking at etcd endpoints!?

Deekshith Hadil:
I think even kubectl get nodes indicates who are masters. The STATUS tab should show it.

OE:
You can have a single master and multiple etcd instances backing it. Instead, just look at the the output of kubectl get nodes as suggested above and see how many are masters

sarath s:
ok.So Roles tab shows it .Thanks