Kubernetes Custom Resources: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Extending Kubernetes =Custom Resource= ==Custom Resource Definition (CRD)== https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resour...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
=Internal=
=Internal=
* [[Extending Kubernetes]]
* [[Extending Kubernetes]]
=Overview=
The initial version of custom resource support was introduced in Kubernetes 1.2 as TPR (third-party resources). CRD (Custom Resource Definitions) were introduced in Kubernetes 1.7 and TPR deprecated in Kubernetes 1.8.


=Custom Resource=
=Custom Resource=
Line 7: Line 12:


https://github.com/kubernetes-sigs/kubebuilder
https://github.com/kubernetes-sigs/kubebuilder
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/

Latest revision as of 23:38, 27 April 2022

External

Internal

Overview

The initial version of custom resource support was introduced in Kubernetes 1.2 as TPR (third-party resources). CRD (Custom Resource Definitions) were introduced in Kubernetes 1.7 and TPR deprecated in Kubernetes 1.8.

Custom Resource

Custom Resource Definition (CRD)

https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/

https://github.com/kubernetes-sigs/kubebuilder

https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/