Files
website/content/en/docs/reference/glossary/aggregation-layer.md
T
chenrui 5a5f77db64 Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder

* `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00

700 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Aggregation Layer aggregation-layer 2018-10-08 /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
architecture
extension
operation

The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.

When you've configured the {{< glossary_tooltip text="Kubernetes API Server" term_id="kube-apiserver" >}} to support additional APIs, you can add APIService objects to "claim" a URL path in the Kubernetes API.