Kubernetes – cascading deletion

In the Kubernetes world there are basically three cascading deletion flavours:– background (DEFAULT)– foreground– orphan Background This strategy deletes the resource itself and all their dependants recursively down immediately (doesn’t wait for dependants to be deleted first). And as it is the default cascading strategy you don’t need to specify it, for example: Foreground This …

Kubernetes – cascading deletion Czytaj dalej »