I was going through Control Plane Security in Google cloud(GKE) course and referring to 'certificate authority and cluster trust' in the link below and have these questions. Can someone clarify these ?.
https://cloud.google.com/kubernetes-engine/docs/concepts/control-plane-security
- Learnt that every cluster has its on CA that would issue certificates, this part is fine.. there is also a mention on etcd having seperate CA... does it mean a cluster has two CAs, one for rest of the components and one for etcd Or is it just one CA for whole control plane ?
- It also says, each cluster has its own 'root' CA..I know what CA is, what does root Certificate Authority mean ?
Thanks in advance...