Kubernetes
Example config:
OutputTemplate refers to the output from the adapter. It is used inside the attribute_binding section of the config to assign values to the generated attributes using the $out.<field name of the OutputTemplate>
syntax. Next ID: 33
Template
The kubernetes
template represents data used to generate kubernetes-derived attributes.
The values provided controls the manner in which the kubernetesenv adapter discovers and generates values related to pod information. Next ID: 8
Field | Type | Description | Required |
---|---|---|---|
sourceUid | string | Source pod’s uid. Must be of the form: “kubernetes://pod.namespace” | No |
sourceIp |
| Source pod’s ip. | No |
destinationUid | string | Destination pod’s uid. Must be of the form: “kubernetes://pod.namespace” | No |
destinationIp | IPAddress | Destination pod’s ip. | No |
int64 | Destination container’s port number. | No |