A lightweight tool for maintaining a list of clusters and associated metadata.
The cluster registry helps you keep track of and perform operations on your clusters. This repository contains an implementation of the cluster API (code, design) backed by a Kubernetes-style API server, which is the canonical implementation of the cluster registry.
Documentation is in the
/docs
directory.
The cluster registry is still a young project, but we welcome your contributions, suggestions and input! Please reach out to the kubernetes-sig-multicluster mailing list, or find us on Slack in #sig-multicluster.
Basic instructions for working in the cluster-registry repo are here.