Add Extension to Glossary page (#12470)

This commit is contained in:
Damini Satya 2019-02-01 23:41:01 +05:30 committed by Kubernetes Prow Robot
parent d3f5001433
commit 238cd72f44
1 changed files with 18 additions and 0 deletions

View File

@ -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.
<!--more-->
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.