The AWS Cloud Map MCS Controller for Kubernetes is an open source project that implements the upstream multi-cluster services API (mcs-api) specificat

Kubernetes Multi-cluster Service Discovery using the AWS Cloud Map MCS Controller

submited by
Style Pass
2022-01-14 10:00:06

The AWS Cloud Map MCS Controller for Kubernetes is an open source project that implements the upstream multi-cluster services API (mcs-api) specification. Learn all about the mcs-api, and how to deploy the AWS MCS Controller in support of seamless, multi-cluster workload deployments on Amazon EKS.

Bringing leadership, consulting, architecture, and engineering skills to solve challenges in a continually changing technology landscape.

Kubernetes, with it's implementation of the cluster construct has simplified the ability to schedule workloads across a collection of VMs or nodes. Declarative configuration, immutability, auto-scaling, and self healing have vastly simplified the paradigm of workload management within the cluster - which has enabled teams to move at increasing velocities.

As the rate of Kubernetes adoption continues to increase, there has been a corresponding increase in the number of use cases that require workloads to break through the perimeter of the single cluster construct. Requirements concerning workload location/proximity, isolation, and reliability have been the primary catalyst for the emergence of deployment scenarios where a single logical workload will span multiple Kubernetes clusters:

Leave a Comment