Command Executor
Command execution can be one of three types:
- Execute on Pod.
- Kubernetes resource model (KRM) executor.
- HTTP endpoint.
The command executor is triggered once for each selected resource. For example, if the resource selector matches three pods and the command executor type is Execute on Pod, the command is executed on each of the selected pods.