⎈ k8s knowledge compiler

EphemeralContainer [api_object]ai-synthesized · conf 0.82

An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation. To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.

corestorage

Represents an ephemeral container in Kubernetes.

Why it matters Allows you to run a temporary, disposable container alongside your application containers.

Key facts - Defined in the io.k8s.api.core.v1 package (source: swagger.json) - Used for running temporary or disposable containers

Sources

swagger.jsonio.k8s.api.core.v1.EphemeralContainer

Related (12)

related_to Probereferences type conf=1
related_to ContainerPortreferences type conf=1
related_to EnvVarreferences type conf=1
related_to ContainerResizePolicyreferences type conf=1
related_to ResourceRequirementsreferences type conf=1
related_to ContainerRestartRulereferences type conf=1
related_to Lifecyclereferences type conf=1
related_to VolumeDevicereferences type conf=1
related_to SecurityContextreferences type conf=1
related_to EnvFromSourcereferences type conf=1
related_to VolumeMountreferences type conf=1
related_to PodSpecreferences type conf=1

← all API Explorer