Skip to main content
Version: v4

Executors

Executor plugins are the main mechanism of execution in Dkron. They implement different "types" of jobs in the sense that they can perform the most diverse actions on the target nodes.

For example, the built-in shell executor, will run the indicated command on the target node.

info

If you only plan to use the build-in executors, http and shell you can use the Dkron Light edition that only includes a single binary as the plugins are build-in.

New plugins will be added, or you can create new ones, to perform different tasks, such as HTTP requests, Docker runs, anything that you can imagine.

If you need more features you can check Dkron Pro that brings commercially supported plugins.