bc113745fa
Also, I've snuck in a trivial update for the ShareProcessNamespace feature gate, adding an "Until" version which had been omitted. Co-Authored-By: Tim Bannister <tim@scalefactory.com>
669 B
669 B
title, id, date, full_link, short_description, aka, tags
| title | id | date | full_link | short_description | aka | tags | |
|---|---|---|---|---|---|---|---|
| Ephemeral Container | ephemeral-container | 2019-08-26 | /docs/concepts/workloads/pods/ephemeral-containers/ | A type of container type that you can temporarily run inside a Pod |
|
A {{< glossary_tooltip term_id="container" >}} type that you can temporarily run inside a {{< glossary_tooltip term_id="pod" >}}.
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.