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.
[ ] Creating a ServiceExport exports the name-mapped Service (i.e. the service becomes accessible from importing clusters, see #69 for the DNS entries)
[ ] If a ServiceExport exists on cluster A, and not on cluster B, and the corresponding service exists on both, remote clusters only access cluster A, never cluster B
[ ] Name-mapped Services are only exported as long as the corresponding ServiceExport exists
https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/1645-multi-cluster-services-api/README.md#exporting-services
Check that: