...
- Create/Apply CSR (like other resources)
- Approve CSR (new via
/subresources/approval
) - K8s signer will issue a certificate some time after approval of CSR takes place
- To read about the new
/subresources
level, checkĀ Supporting subresources - Watch/monitor CSR to see when a
.status
is created - Return signed certificate obtained from CSR
.status.certificate
all the way back to etcd - DCM will read the certificate from etcd
...
Point #1 is simply calling DCM API to create resources and apply the logical cloud, after which etcd will be populated with all needed resources including CSR and rsync will be notified via gRPC.
Dev reference sheet:
To see what the monitor sees:
...