kubernetes-sigs/mcs-api

Intro tutorials for MCS API use cases

Open

#21 opened on Nov 17, 2022

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Go (45 forks)auto 404
good first issuehelp wantedsig/multicluster

Repository metrics

Stars
 (260 stars)
PR merge metrics
 (PR metrics pending)

Description

Develop some vendor agnostic intro tutorials about the MCS API that can be easily digested as part of a generic documentation push. Keep them implementation agnostic but I think it would be useful to tie them to some common use cases as suggested below.

Ideas:

  • MCS for a single-cluster stateful service serving multiple clusters (single ServiceExport case) (see this walkthrough for some inspo)
  • MCS for a same-named stateless service in clusters in different regions for simple failover (merged ServiceExport case)
  • MCS for a same-named stateless service for blue-green upgrade (see this video for example)

Contributor guide