website/content/zh-cn/docs/reference/glossary/sidecar-container.md

1.5 KiB

title id date full_link short_description full_link tags
边车容器 sidecar-container 2018-04-12 在 Pod 的整个生命期内保持运行的辅助容器。 /zh-cn/docs/concepts/workloads/pods/sidecar-containers/
fundamental

通常在任意应用容器运行之前启动的一个或多个{{< glossary_tooltip text="容器" term_id="container" >}}。

边车容器与常规应用容器类似,但目的不同:边车为主应用容器提供了一个 Pod 内的本地服务。 与{{< glossary_tooltip text="Init 容器" term_id="init-container" >}}不同,边车容器在 Pod 启动后继续运行。

更多细节参阅边车容器