Mondoo Docs

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: name

Relationships

Mini Map
Kubernetes
Operating System
4 resources · 5 relationshipsClick to select, expand fields to see properties.

Fields (14)

FieldTypeDescription
argsrequired
[]stringArguments to the entry point
commandrequired
[]stringEntry point array
containerImage
container.imageContainer image
envrequired
dictenv variables
envFromrequired
dictenvFrom settings
imageNamerequired
stringContainer image name
imagePullPolicyrequired
stringImage pull policy: Always, Never, or IfNotPresent
namerequired
stringName of the container
securityContextrequired
dictSecurity options the Pod should run with
ttyrequired
intWhether this container should allocate a TTY for itself
uidrequired
stringKubernetes object UID
volumeDevicesrequired
[]dictList of block devices to be used by the container
volumeMountsrequired
[]dictPod volumes to mount into the container's file system
workingDirrequired
stringContainer's working directory