runtimeContext

Cloud context information from eBPF runtime sensor.

Examples

type RuntimeContext {
  provider: String
  accountId: String
  region: String
  clusterName: String
  namespace: String
  containerRuntime: String
}

Fields

Field
Description
Supported fields

provider String

Cloud provider name

accountId String

Cloud account identifier

region String

Cloud region

clusterName String

Kubernetes cluster name

namespace String

Kubernetes namespace

containerRuntime String

Container runtime type

References

Fields with this object:

Last updated