Kubernetes API Aggregation Layer

    The aggregation layer is different from Custom Resources, which are a way to make the recognise new kinds of object.

    The most common way to implement the APIService is to run an extension API server in Pod(s) that run in your cluster. If you’re using the extension API server to manage resources in your cluster, the extension API server (also written as “extension-apiserver”) is typically paired with one or more . The apiserver-builder library provides a skeleton for both extension API servers and the associated controller(s).

    If your extension API server cannot achieve that latency requirement, consider making changes that let you meet it.

    What’s next