Skip to content

Commit 9ded8f2

Browse files
pegasasTim Bannister
andauthored
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 6e06a71 commit 9ded8f2

File tree

1 file changed

+5
-3
lines changed
  • content/en/docs/concepts/extend-kubernetes/api-extension

1 file changed

+5
-3
lines changed

content/en/docs/concepts/extend-kubernetes/api-extension/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ weight: 30
55

66
Custom resources are extensions of the Kubernetes API. Kubernetes provides two ways to add custom resources to your cluster:
77

8-
- The [CustomResourceDefinition](/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/)
9-
API resource allows you to define a CRD object creates a new custom resource with a name and schema that you specify.
10-
The Kubernetes API serves and handles the storage of your custom resource. CRDs allow users to create new types of resources without adding another API server.
8+
- The [CustomResourceDefinition](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
9+
(CRD) mechanism allows you to declaratively define a new custom API with an API group, kind, and
10+
schema that you specify.
11+
The Kubernetes control plane serves and handles the storage of your custom resource. CRDs allow you to
12+
create new types of resources for your cluster without writing and running a custom API server.
1113
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy. This arrangement is called API Aggregation(AA). To users, the Kubernetes API appears extended.

0 commit comments

Comments
 (0)