Merge pull request #111064 from sftim/20220711_update_kube_aggregator_readme

Update kube aggregator readme
This commit is contained in:
Kubernetes Prow Robot 2022-07-12 18:38:06 -07:00 committed by GitHub
commit 63106196df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
# kube-aggregator
## Coming Soon!
Implements https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/aggregated-api-servers.md.
Implements the [Aggregated API Servers](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/aggregated-api-servers.md) design proposal.
It provides
* Provide an API for registering API servers.
* Summarize discovery information from all the servers.
* Proxy client requests to individual servers.
It provides:
* an API for registering API servers.
* Summaries of discovery information from all the aggregated APIs
* HTTP proxying of requests from clients on to specific API backends
## Purpose