Finalizers Flashcards
1
Q
What are finalizers?
A
Finalizers are tasks that should be run before a resource is deleted. Kubernetes will go trough the list of finalizers defined in metadata.finalizers and perform each one, removing them from the list after they are ran. When all finalizers are done, the resource is deleted.