mirror of https://github.com/crossplane/docs.git
Use Viktor's video that explains CRs and controllers
I promise I'm not biased, I just happened to search for resources and found it a lot better than the Kubernetes docs. Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
029548b310
commit
19507da134
|
|
@ -34,16 +34,15 @@ tools you already use.
|
|||
**Crossplane's key value is that it unlocks the benefits of building your own
|
||||
Kubernetes custom resources without having to write controllers for them.**
|
||||
|
||||
{{<hint "note">}}
|
||||
Not familiar with Kubernetes custom resources and controllers?
|
||||
[This DevOps Toolkit video](https://www.youtube.com/watch?v=aM2Y9m2Kazk) has a
|
||||
great explanation.
|
||||
|
||||
Read the Kubernetes documentation on
|
||||
[custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
|
||||
and [controllers](https://kubernetes.io/docs/concepts/architecture/controller/).
|
||||
|
||||
{{<hint "note">}}
|
||||
Kubebuilder is a popular project for building Kubernetes controllers. Look at
|
||||
the [Kubebuilder documentation](https://book.kubebuilder.io) to see what's
|
||||
involved in writing a controller. {{</hint>}}
|
||||
involved in writing a controller.
|
||||
{{</hint>}}
|
||||
|
||||
# Crossplane components
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ CSS
|
|||
CUE
|
||||
CVEs
|
||||
DatabaseInstance
|
||||
DevOps
|
||||
DNS
|
||||
docs-specific
|
||||
emptyDir
|
||||
|
|
|
|||
Loading…
Reference in New Issue