Overview
This input type collects and sends Kubernetes events to the Edge Delta backend. This data can be configured to display on the Insights page of the Edge Delta App.
Note
The Kubernetes pod metric collection requires an agent leader election mechanism to be enabled because only 1 agent collects the metrics from cluster. This mechanism is already enabled in the default agent deployment command via
ED_LEADER_ELECTION_ENABLED=1
.
Review Sample Configuration
Review the following sample configuration:
k8s_events:
labels: "k8s-events"
Review Parameters
Review the following parameters that you can configure in the Edge Delta App.
labels
Required
Enter a descriptive name for this input.
When you create a workflow, you will use this label to enter your input into the workflow.
Review the following example:
labels: "k8s-events"