k3s/vendor/k8s.io/kube-aggregator
Darren Shepherd 2193fe10cd Update vendor
2019-04-08 22:50:54 -07:00
..
pkg Update vendor 2019-04-08 22:50:54 -07:00
BUILD Update vendor 2019-04-08 22:50:54 -07:00
code-of-conduct.md Update vendor 2019-01-11 21:58:27 -07:00
CONTRIBUTING.md Update vendor 2019-04-08 22:50:54 -07:00
LICENSE Update vendor 2019-01-11 21:58:27 -07:00
OWNERS Update vendor 2019-04-08 22:50:54 -07:00
README.md Update vendor 2019-01-11 21:58:27 -07:00
SECURITY_CONTACTS Update vendor 2019-04-08 22:50:54 -07:00

kube-aggregator

Coming Soon!

Implements https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/aggregated-api-servers.md.

It provides

  • Provide an API for registering API servers.
  • Summarize discovery information from all the servers.
  • Proxy client requests to individual servers.

Purpose

We want to divide the single monolithic API server into multiple aggregated servers. Anyone should be able to write their own aggregated API server to expose APIs they want. Cluster admins should be able to expose new APIs at runtime by bringing up new aggregated servers.

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

kube-aggregator is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-aggregator. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.