JeremyOT / mcs-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Multi-Cluster Services API

Moved to sigs.k8s.io/mcs-api

The Multi-Cluster Service API project is being led by SIG-Multicluster.

This repo hosts 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

Requires kind

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

Our meeting schedule is here.

Our Kubernetes Slack channel is #sig-multicluster.

Technical Leads

  • @pmorie
  • @jeremyot

Code of conduct

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

About


Languages

Language:Go 61.7%Language:Shell 23.0%Language:Python 9.3%Language:Makefile 3.8%Language:Starlark 1.4%Language:Dockerfile 0.9%