Files
website/content/zh/docs/reference/glossary/platform-developer.md
T
Linus Lee 941f8d1ce4 zh_Trans: Fix preview issue (#11311)
* zh_trans: kubeadm-upgrade-1-12.md

* update file

* Update _index.md

* Delete _index.md

* Update kubeadm-upgrade-1-12.md

* zh_trans: docs/reference/setup-tools/kubeadm/generated/kubeadm_config.md

* Update kubeadm_config.md

* zh_trans: fix Preview

* zh_trans: fix Preview
2018-11-26 03:08:04 -08:00

19 lines
874 B
Markdown
Executable File

---
title: Platform Developer
id: platform-developer
date: 2018-04-12
full_link:
short_description: >
A person who customizes the Kubernetes platform to fit the needs of their project.
aka:
tags:
- user-type
---
A person who customizes the Kubernetes platform to fit the needs of their project.
<!--more-->
A platform developer may, for example, use [Custom Resources](/docs/concepts/api-extension/custom-resources/) or [Extend the Kubernetes API with the aggregation layer](/docs/concepts/api-extension/apiserver-aggregation/) to add functionality to their instance of Kubernetes, specifically for their application. Some Platform Developers are also {{< glossary_tooltip text="contributors" term_id="contributor" >}} and develop extensions which are contributed to the Kubernetes community. Others develop closed-source commercial or site-specific extensions.