diff --git a/src/collections/resources/articles/kubernetes/multi-cluster/k8s-multi-cluster.mdx b/src/collections/resources/articles/kubernetes/multi-cluster/k8s-multi-cluster.mdx index cd7db4371699..ba5f0997fb75 100644 --- a/src/collections/resources/articles/kubernetes/multi-cluster/k8s-multi-cluster.mdx +++ b/src/collections/resources/articles/kubernetes/multi-cluster/k8s-multi-cluster.mdx @@ -21,6 +21,7 @@ import { ResourcesWrapper } from "../../Resources.style.js"; Learn more about how to wrangle Multiple Kubernetes clusters with Meshery. + Developers who work in fast-paced environments face the risk of infrastructure sprawl in their VMs or servers. Even with the rise in containerized deployments on Kubernetes and other platforms, admins still must determine how to efficiently manage hundreds and thousands of clusters for various projects. Common concerns for an organization’s project deployments include how to run multiple workloads and whether a cluster is large enough to handle the work. @@ -77,19 +78,23 @@ The following are some of the advantages of transitioning to a Kubernetes multi- + Kubernetes provisions clusters that run and manage our workloads. Depending on the needs of an organization, Kubernetes deployments can be replicated to have the same workloads accessible across multiple nodes and environments. This concept is called Kubernetes multi-cluster orchestration. It’s simply provisioning your workloads in several Kubernetes clusters (going beyond a single cluster). A Kubernetes multi-cluster defines deployment strategies to introduce scalability, availability, and isolation for your workloads and environments. A Kubernetes multi-cluster is fully embraced when an organization coordinates the planning, delivery, and management of several Kubernetes environments using appropriate tools and processes. @@ -114,10 +119,8 @@ Upgrading a cluster and its toolset follows the approach of upgrading the contro The complexity of management tasks across multiple Kubernetes clusters greatly increases your the number of clusters increase. You need higher-level view and control as you manage workloads across clusters; need to be able to simply switch between clusters; you need a management plane. - - Meshery - is the open source, cloud native management plane that enables the adoption, -operation, and management of Kubernetes, any service mesh, and their workloads. +

Meshery is the open source, cloud native management plane that enables the adoption, +operation, and management of Kubernetes, any service mesh, and their workloads.

MeshSync, a custom controller managed by Meshery Operator, uniquely contains cluster-wide details of all objects across any number of managed clusters separated by Kubernetes Cluster ID.