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.
Most directories containing Go code have package documentation, which you can view on Godoc. Most directories that have interesting content but do not have Go code have README.md files that briefly describe their contents.
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.
There is a nightly build here. You can view the uploaded artifacts here.
Basic instructions for working in the cluster-registry repo are here.