From 6a812006f05253e6ec342febf538d21ba62b577b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Thu, 25 Oct 2018 23:04:32 +0200 Subject: [PATCH] Add Aggregation Layer to glossary (#10535) * Add Aggregation Layer to glossary * Fix after review * Adjustments after review --- .../reference/glossary/aggregation-layer.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/docs/reference/glossary/aggregation-layer.md diff --git a/content/en/docs/reference/glossary/aggregation-layer.md b/content/en/docs/reference/glossary/aggregation-layer.md new file mode 100644 index 0000000000..d97b34d16d --- /dev/null +++ b/content/en/docs/reference/glossary/aggregation-layer.md @@ -0,0 +1,20 @@ +--- +title: Aggregation Layer +id: aggregation-layer +date: 2018-10-08 +full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ +short_description: > + The aggregation layer lets you install additional Kubernetes-style APIs in your cluster. + +aka: +tags: +- 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](https://kubernetes.io/docs/tasks/access-kubernetes-api/configure-aggregation-layer/), you can add `APIService` objects to "claim" a URL path in the Kubernetes API. +