A type of container type that you can temporarily run inside a Pod
aka:
tags:
- fundamental
---
A {{<glossary_tooltipterm_id="container">}} type that you can temporarily run inside a {{<glossary_tooltipterm_id="pod">}}.
-->
<!--more-->
<!--
If you want to investigate a Pod that's running with problems, you can add an ephemeral container to that Pod and carry out diagnostics. Ephemeral containers have no resource or scheduling guarantees, and you should not use them to run any part of the workload itself.