Ephemeral Container

Glossary Page

An ephemeral container is a temporary container that can be added to a running Pod for troubleshooting purposes. It allows users to investigate issues within a Pod without affecting the primary workload. Unlike regular containers, ephemeral containers have no resource or scheduling guarantees and should not be used to run any part of the workload. It's important to note that ephemeral containers are not supported by static pods.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles