Understand Sonobuoy Plugin Types
mainSonobuoy uses two types of plugins to execute tasks in a cluster:
- Job plugins: Designed to run once. Sonobuoy creates a single pod for these. The Kubernetes end-to-end (
e2e) plugin is a job-type plugin. - Daemonset plugins: Designed to run on every node in the cluster, including control-plane nodes. The
systemd-logsgatherer is a daemonset-type plugin.