Skip to content

Commit c6f45d9

Browse files
committed
[ko] Translate docs/tasks/debug-application-cluster/debug-stateful-set.md in Korean
1 parent 3daa802 commit c6f45d9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
3+
4+
5+
6+
7+
8+
9+
10+
title: 스테이트풀셋 디버깅하기
11+
content_type: task
12+
---
13+
14+
<!-- overview -->
15+
이 문서에서는 스테이트풀셋을 디버깅 방법에 대해 설명한다.
16+
17+
## {{% heading "prerequisites" %}}
18+
19+
* 쿠버네티스 클러스터가 준비되어 있어야 하고, kubectl 커맨드 라인 도구가 클러스터와 통신할 수 있게 사전에 설정되어 있어야 한다.
20+
* 조사하고자 하는 스테이트풀셋이 사전에 준비되어 있어야 한다.
21+
22+
<!-- steps -->
23+
24+
## 스테이트풀셋 디버깅하기
25+
26+
레이블이 `app=myapp`으로 지정된 스테이트풀셋 파드를 전부 나열하기 위해서는
27+
다음의 명령을 사용할 수 있다.
28+
29+
```shell
30+
kubectl get pods -l app=myapp
31+
```
32+
33+
만약 오랜 시간동안 `Unknown`이나 `Terminating` 상태에 있는
34+
파드들을 발견하였다면, 이러한 파드들을 어떻게 다루는지 알아보기 위해
35+
[스테이트풀셋 파드 삭제하기](/docs/tasks/run-application/delete-stateful-set/)를 참고하길 바란다.
36+
스테이트풀셋에 포함된 개별 파드들을 디버깅하기 위해서는
37+
[파드 디버그하기](/ko/docs/tasks/debug-application-cluster/debug-pod-replication-controller/) 가이드를 참고하길 바란다.
38+
39+
## {{% heading "whatsnext" %}}
40+
41+
[초기화 컨테이너(Init container) 디버그하기](/ko/docs/tasks/debug-application-cluster/debug-init-containers/)를 참고길 바란다.
42+
43+

0 commit comments

Comments
 (0)