From 82913ab7e0cd3867174a8c5efdee4680a4fc8054 Mon Sep 17 00:00:00 2001 From: bell-hyun <284986283+bell-hyun@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:41:03 +0900 Subject: [PATCH] =?UTF-8?q?fix(docs):=20health-check-mismatch=20=EB=84=A4?= =?UTF-8?q?=ED=8A=B8=EC=9B=8C=ED=82=B9=20=EB=A7=81=ED=81=AC=20=ED=94=8C?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=8A=A4=ED=99=80=EB=8D=94=20=ED=95=B4?= =?UTF-8?q?=EC=86=8C=20=E2=80=94=20=EB=B9=88=20=EB=A7=81=ED=81=AC(#)=20?= =?UTF-8?q?=E2=86=92=20./networking.md=20=C2=B7=20"=EC=B6=94=ED=9B=84=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20=EC=98=88=EC=A0=95"=20=ED=91=9C=EA=B8=B0?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=20(ko+en)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 대상 문서 `eks-debugging/networking.md`는 2026-04-07(8d05659, 디버깅 가이드 도메인별 재구성)부터 존재 — 플레이스홀더가 약 5개월째 남아 있었음 - 같은 디렉터리 형제 문서 6종(index·storage·control-plane·node·workload·observability)이 이미 `./networking.md` 형태로 링크 — 동일 형식에 맞춤 - 레포 전체 빈 링크 `](#)` 4건 → 0건, `추후 작성 예정`/`coming soon` 4건 → 0건 - markdownlint MD042/no-empty-links 2건 해소, 신규 지적 0건 (잔여 20건은 변경 전과 동일한 MD022/MD032로 이 변경 범위 밖) - 링크 텍스트와 frontmatter는 유지 — 경로만 교체하는 KO/EN 각 2줄, 총 4줄 변경 Co-Authored-By: Claude Opus 5 (1M context) --- .../eks-debugging/health-check-mismatch.md | 4 ++-- .../eks-debugging/health-check-mismatch.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md b/docs/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md index 6d45f263..d72cdbfb 100644 --- a/docs/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md +++ b/docs/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md @@ -33,7 +33,7 @@ Kubernetes Probe와 Load Balancer/Ingress Controller의 Health Check는 **독립 :::tip 관련 문서 참조 - **Probe 기초**: [Pod 헬스체크 & 라이프사이클](../eks-pod-health-lifecycle.md) — Probe 설정 상세 -- **네트워킹 디버깅**: [네트워킹 문제 해결](#) — Service/DNS 이슈 (추후 작성 예정) +- **네트워킹 디버깅**: [네트워킹 문제 해결](./networking.md) — Service/DNS 이슈 - **고가용성**: [EKS 고가용성 아키텍처 가이드](../eks-resiliency-guide.md) — PDB, Graceful Shutdown ::: @@ -857,4 +857,4 @@ aws ec2 describe-security-groups --group-ids sg-xxxxxxxx --- -**다음 단계**: [네트워킹 문제 해결](#) (추후 작성 예정) — Service Discovery, DNS, CNI 디버깅 +**다음 단계**: [네트워킹 문제 해결](./networking.md) — Service Discovery, DNS, CNI 디버깅 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md b/i18n/en/docusaurus-plugin-content-docs/current/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md index bafb0930..baf9b557 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md @@ -32,7 +32,7 @@ This document clarifies the mechanism differences between K8s Probes and ALB/NLB :::tip Related Documents - **Probe basics**: [Pod Health & Lifecycle](../eks-pod-health-lifecycle.md) — Detailed Probe configuration -- **Networking debugging**: [Networking Troubleshooting](#) — Service/DNS issues (coming soon) +- **Networking debugging**: [Networking Troubleshooting](./networking.md) — Service/DNS issues - **High availability**: [EKS Resiliency Guide](../eks-resiliency-guide.md) — PDB, Graceful Shutdown ::: @@ -856,4 +856,4 @@ Diagnosis order during an outage: --- -**Next**: [Networking Troubleshooting](#) (coming soon) — Service Discovery, DNS, CNI debugging +**Next**: [Networking Troubleshooting](./networking.md) — Service Discovery, DNS, CNI debugging