Slide 19
Slide 19 text
What will our controller do?
1. Try to make the current state same as the desired state.
2. Do something extra on add, update, delete of a resource.
Example:
- Write a message in a CustomResource.
- Create the CustomResource.
- A Github comment is created with this message.
Link: https://github.com/nikhita/kube-custom-controller
(inspired from https://github.com/munnerz/k8s-api-pager-demo)
@TheNikhita