website/content/zh-cn/docs/reference/glossary/static-pod.md

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 静态 PodStatic Pod
id: static-pod
date: 2019-02-12
full_link: /zh-cn/docs/tasks/configure-pod-container/static-pod/
short_description: >
静态 PodStatic Pod是指由特定节点上的 kubelet 守护进程直接管理的 Pod。
aka:
tags:
- fundamental
---
<!--
title: Static Pod
id: static-pod
date: 2019-02-12
full_link: /docs/tasks/configure-pod-container/static-pod/
short_description: >
A pod managed directly by the kubelet daemon on a specific node.
aka:
tags:
- fundamental
-->
<!--
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
daemon on a specific node,
without the API server observing it.
-->
由特定节点上的 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 守护进程直接管理的
{{< glossary_tooltip text="Pod" term_id="pod" >}}。
API 服务器不了解它的存在。
<!--
Static Pods do not support {{< glossary_tooltip text="ephemeral containers" term_id="ephemeral-container" >}}.
-->
静态 Pod 不支持{{< glossary_tooltip text="临时容器" term_id="ephemeral-container" >}}。