Skip to content

Commit

Permalink
Update content/zh/concepts/multicluster-controlplane.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dale Haiducek <[email protected]>
  • Loading branch information
haoqing0110 and dhaiducek authored Nov 15, 2023
1 parent c76652c commit a3a52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/concepts/multicluster-controlplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The multicluster control plane is a lightweight Open Cluster Manager (OCM) contr
## Why use `Multicluster Control Plane`
1. Some Kubernetes environments do not have CSR (e.g., EKS) so that the standard OCM control plane cannot be installed. The multicluster control plane can be able to install in these environments and expose the OCM control plane API via loadbalancer.

2. Some users want to run multiple OCM control plane to isolate the data. The typical case is that the user wants to run one OCM control plane for production and another OCM control plane for development. The multicluster control plane can be able to install in the different namespace in a single cluster. Each multicluster control plane is running independently and serving the OCM control plane capabilities.
2. Some users may want to run multiple OCM control planes to isolate the data. The typical case is that the user wants to run one OCM control plane for production and another OCM control plane for development. The multicluster control plane is able to be installed in different namespaces in a single cluster. Each multicluster control plane is running independently and serving the OCM control plane capabilities.

3. Some users want to run OCM control plane without kubernetes environment. The multicluster control plane can be running in a standalone mode. for example, it can be running in a VM. Expose the control plane API to the outside so the managed clusters can register to it.

Expand Down

0 comments on commit a3a52c0

Please sign in to comment.