diff --git a/content/en/docs/reference/glossary/extensions.md b/content/en/docs/reference/glossary/extensions.md new file mode 100644 index 0000000000..1451bd3865 --- /dev/null +++ b/content/en/docs/reference/glossary/extensions.md @@ -0,0 +1,18 @@ +--- +title: Extensions +id: Extensions +date: 2019-02-01 +full_link: https://kubernetes.io/docs/concepts/extend-kubernetes/extend-cluster/#extensions +short_description: > + Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware. + +aka: +tags: +- fundamental +- extension +--- + Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware. + + + +Most cluster administrators will use a hosted or distribution instance of Kubernetes. As a result, most Kubernetes users will need to install [extensions](https://kubernetes.io/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and fewer will need to author new ones.