stateDiagram-v2 direction LR [*] --> Creation state Creation { state f0 <> state j0 <> [*] --> f0: Preparation f0 --> j0: Deployment f0 --> j0: Service f0 --> j0: NetworkPolicy j0 --> [*]: Ready } Creation --> Running Running --> Deletion state Deletion { state f1 <> state j1 <> [*] --> f1: Cascading deletion f1 --> j1: Deployment f1 --> j1: Service f1 --> j1: NetworkPolicy j1 --> [*] } Deletion --> [*]