Skip to content

Aggregator for Kubernetes-style API servers: dynamic registration, discovery summarization, secure proxy

License

Notifications You must be signed in to change notification settings

kubernetes/kube-aggregator

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2019
Apr 13, 2022
Aug 19, 2024
Feb 5, 2025
Feb 22, 2019
Oct 23, 2017
May 12, 2023
Jul 11, 2022
Jul 2, 2020
Dec 20, 2017
Apr 8, 2025
Apr 8, 2025
Dec 1, 2023

kube-aggregator

Implements the Aggregated API Servers design proposal.

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

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.

About

Aggregator for Kubernetes-style API servers: dynamic registration, discovery summarization, secure proxy

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published