Second Korean l10n work for release-1.15 (#15533)
* Reference/tools/v0.1 (#15401) * Translate reference/glossary/contributor.md in Korean (#15433) * Translate reference/glossary/cla in Korean (#15436) * Update what-is-kubernetes.md (#15446) * Translate glossary components tagged with `Fundamental` into korean (#15426) * Translate content/ko/docs/concepts/overview/working-with-objects/fiel… (#15393) * Translate tasks/administer-cluster/cluster-management in Korean (#15472) Co-Authored-By: lapee79 <lapee79@gmail.com> Co-Authored-By: alice_k106 <alice_k106@naver.com> Co-Authored-By: Sunghoon Kang <me@devholic.io> Co-Authored-By: 박주은 <elpion19@gmail.com> Co-Authored-By: JiMyung Lee <lee.ji.myung@gmail.com> Co-Authored-By: Sean Park <seanpark.hh@gmail.com> Co-Authored-By: Seokho Son <shsongist@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c13b46b45
commit
82a65e007b
+21
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: 미러 파드(Mirror Pod)
|
||||
id: mirror-pod
|
||||
date: 2091-02-12
|
||||
full_link:
|
||||
short_description: >
|
||||
Kubelet의 스태틱 파드(Static Pod)를 추적하는 API 서버 내부의 객체.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
Kubelet이 {{< glossary_tooltip text="스태틱 파드" term_id="static-pod" >}}를
|
||||
표현하는 {{< glossary_tooltip text="파드" term_id="pod" >}} 객체
|
||||
|
||||
<!--more-->
|
||||
Kubelet이 설정에서 스태틱 파드를 찾으면, 자동으로 쿠버네티스
|
||||
API 서버에 파드 객체 생성을 시도한다. 이렇게 생성된 파드를
|
||||
API 서버에서 확인할 수는 있지만, API 서버를 통해 제어할 수는 없다.
|
||||
|
||||
(예를 들어, 미러 파드를 제거하더라도 kubelet 데몬이 해당 파드를 멈추지 않는다.)
|
||||
Reference in New Issue
Block a user