Must I set a dedicate ca cluster?
gyliu513 opened this issue · 3 comments
gyliu513 commented
@rshriram I found that at https://github.com/rshriram/istio_federation_demo/blob/master/run_demo_from_laptop.sh#L123-L125 , we actually created three clusters including ca cluster, cluster1 and cluster2, so must I create three clusters if want to do such demo?
rshriram commented
Yes, the idea being that the root CA is running outside both clusters, and automatically rotating certs of the cluster-level CAs. You can tweak the istio CA setup to remove the root CA and use static root certs, but its not secure in the long run.