--- title: カスタムリソース定義(Custom Resource Definitions) id: CustomResourceDefinition date: 2018-04-12 full_link: /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ short_description: > 拡張APIサーバーを構築することなく、Kubernetes APIサーバーに追加するリソースを定義するカスタムコードです。 aka: tags: - fundamental - operation - extension --- 拡張APIサーバーを構築することなく、Kubernetes APIサーバーに追加するリソースを定義するカスタムコードです。 公開されているサポート対象のAPIリソースではニーズを満たせない場合、カスタムリソース定義(Custom Resource Definitions)を使用することで環境に合わせてKubernetes APIを拡張できます。