You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have found apiserver-builder-alpha and I am making progress, but the last commit is three years ago. Is that project still maintained? How can I contribute or start contributing?
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 ofetcd
.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.The text was updated successfully, but these errors were encountered: