Skip to content

Commit 19507da

Browse files
committed
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 <[email protected]>
1 parent 029548b commit 19507da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/v2.0-preview/what-is-crossplane/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ tools you already use.
3434
**Crossplane's key value is that it unlocks the benefits of building your own
3535
Kubernetes custom resources without having to write controllers for them.**
3636

37-
{{<hint "note">}}
3837
Not familiar with Kubernetes custom resources and controllers?
38+
[This DevOps Toolkit video](https://www.youtube.com/watch?v=aM2Y9m2Kazk) has a
39+
great explanation.
3940

40-
Read the Kubernetes documentation on
41-
[custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
42-
and [controllers](https://kubernetes.io/docs/concepts/architecture/controller/).
43-
41+
{{<hint "note">}}
4442
Kubebuilder is a popular project for building Kubernetes controllers. Look at
4543
the [Kubebuilder documentation](https://book.kubebuilder.io) to see what's
46-
involved in writing a controller. {{</hint>}}
44+
involved in writing a controller.
45+
{{</hint>}}
4746

4847
# Crossplane components
4948

utils/vale/styles/Crossplane/allowed-jargon.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CSS
2626
CUE
2727
CVEs
2828
DatabaseInstance
29+
DevOps
2930
DNS
3031
docs-specific
3132
emptyDir

0 commit comments

Comments
 (0)