Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

draw.io Diagram
bordertrue
viewerToolbartrue
fitWindowfalse
diagramDisplayName
lboxtrue
revision17
diagramNameDCM
simpleViewerfalse
width1000
linksauto
tbstyletop
diagramWidth721

Fig 1: DCM Components


DCM Sequence

  1. Client creates logical cloud using logical cloud creation API
  2. Associates logical cloud with clusters (this API is called multiple times)
  3. Add quota for logical cloud
  4. The client talks to the core module  and at each step the core module calls the specific modules which then take the information and store it in the required section in the database. For examle, the namespace module will store the namespace for the logical cloud in the DB.
  5. Apply API is called
  6. Service mesh module gets CA bundle from CA controller
  7. Service mesh module gets names of logical cloud and creates a new namespace name using name of logical cloud
  8. Service mesh module creates helm template/istioctl manifest and stores it in the database with the namespace to use

  9. Service mesh module creates k8s coredns file for coredns of control plane for each cluster i.e, there is a coredns deployment file, configmap, service account etc for each cluster per control plane (logical cloud)
  10. DCM informs the resource synchronizer to start the logical cloud creation via gRPC and the resource synchronizer starts reading from the DB
  11. The DCM gets status from the resource synchronizer via gRPC

...