🔧 Mention Events in nsplease chapter

This commit is contained in:
Jerome Petazzoni
2021-10-29 18:58:06 +02:00
parent ce0ae6e35b
commit b9041d3d39

View File

@@ -2,17 +2,16 @@
- Let's look at a simple operator
- It has:
- It does have:
- control loop
- resource management
- deployment instructions
- a control loop
- resource lifecycle management
- basic logging
- It doesn't have:
- CRDs (and therefore, resource versioning, conversion webhooks...)
- advanced observability (metrics, Kubernetes Events)
---
@@ -148,3 +147,7 @@ on my needs) to be deployed into its specific Kubernetes Namespace.*
- If the algorithms are correct, shell performance won't matter at all
(but it will be difficult to keep a resource cache in shell)
- Improvement idea: this operator could generate *events*
(visible with `kubectl get events` and `kubectl describe`)