🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

sigs.k8s.io/mcs-api

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigs.k8s.io/mcs-api

Go Modules
Version
v0.3.0
Version published
Created
Source

Multi-cluster Service APIs

This repository hosts the Multi-Cluster Service APIs. Providers can import packages in this repo to ensure their multi-cluster service controller implementations will be compatible with MCS data planes.

This repo contains the initial implementation according to KEP-1645 and will be used for iterative development as we work to meet our Alpha -> Beta graduation requirements.

Try it out

To see the API in action, run make demo to build and run a local demo against a pair of kind clusters. Alternatively, you can take a self guided tour. Use:

  • ./scripts/up.sh to create a pair of clusters with mutually connected networks and install the mcs-api-controller.

    This will use a pre-existing controller image if available, it's recommended to run make docker-build first.

  • ./demo/demo.sh to run the same demo as above against your newly created clusters (must run ./scripts/up.sh first).

  • ./scripts/down.sh to tear down your clusters.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Our meeting schedule is here

Technical Leads

  • @pmorie
  • @jeremyot

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

FAQs

Package last updated on 29 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts