Kubernetes ephemeral container
k8s.ephemeralContainer MQL resource for querying Kubernetes infrastructure with cnquery and cnspec.
KubernetesPrivate Resource
Kubernetes ephemeral container
Min version: 7.2.0Defaults:
nameRelationships
4 resources · 5 relationships·Click to select, expand fields to see properties.
Fields (14)
| Field | Type | Description |
|---|---|---|
argsrequired | []string | Arguments to the entry point |
commandrequired | []string | Entry point array |
containerImage | container.image | Container image |
envrequired | dict | env variables |
envFromrequired | dict | envFrom settings |
imageNamerequired | string | Container image name |
imagePullPolicyrequired | string | Image pull policy: Always, Never, or IfNotPresent |
namerequired | string | Name of the container |
securityContextrequired | dict | Security options the Pod should run with |
ttyrequired | int | Whether this container should allocate a TTY for itself |
uidrequired | string | Kubernetes object UID |
volumeDevicesrequired | []dict | List of block devices to be used by the container |
volumeMountsrequired | []dict | Pod volumes to mount into the container's file system |
workingDirrequired | string | Container's working directory |