Skip to content
Discussion options

You must be logged in to vote

Hi jeonggoo,

Webhooks allow you to sort out some problems such as to validate/mutate when the resources are admitted, see: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/

Also, you can check out the Kubebuilder tutorial: https://book.kubebuilder.io/cronjob-tutorial/webhook-implementation.html

Therefore, you do not use them by default at all or to address any scenario/use case. You can create an API and do the reconciliation without them.

I'd like to recommend you check out both following links and I hope that they help you out getting started and better understand how things work( I am assuming here that you are getting started and we are overwhel…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by camilamacedo86
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants