Versions Compared

Key

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

...

Fig 2: Showing Logical Clouds spanning multiple edge location. Istio Replicated Control planes are used and in each cluster, there  is an istio control plane per logical cloud

DCM Source Code Directory Structure

dcm
├── namespace-controller
│      └── namespace.go
├── quota-controller
│     └── quota.go
├── service-mesh-controller
│     └── service-mesh.go
└── user-controller
        └── user.go

API

1.  Create Logical Cloud

...