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