#custom-resources

[ follow ]
Software development
fromMedium
1 week ago

How to write own CRD in Kubernetes

Custom Resource Definitions (CRDs) extend the Kubernetes API by defining new resource types that behave like native objects and are managed with kubectl.
[ Load more ]