apiserver-runtime
apiserver-runtime copied to clipboard
Releases and maintenance status
Hi @yue9944882,
I want to build an aggregated API server and came across this repository. From looking at the releases, I wonder whether this is still the recommended way to build an aggregated API server?
If this is still the recommended way of building an aggregated API server, I would like to contribute by automating the release process and adding documentation on how to build an aggregated API server. There are a lot of examples in different places, but the official documentation hints at different repositories.
Why do I want to build an aggregated API server in the first place? I would like to create an API server that I can access via kubectl, but where the API objects are shared between multiple clusters and stored in BLOB storage instead of etcd. kubebuilder does not support custom storage, so I am looking a builing an aggregated API server.
I have already started playing with the k8s.io/apiserver package, but it's not exactly easy to get started with.