Debug Running Pods | Kubernetes
Debug Running Pods
This page explains how to debug Pods running (or crashing) on a Node. Before you begin Your Pod should already be scheduled and running. If your Pod is not yet running, start with Debugging Pods. For some of the advanced debugging steps you need to know on
kubernetes.io
디스크 접근
How to get access to filesystem with "kubectl debug" (ephemeral containers)?
If I do POD=$($KUBECTL get pod -lsvc=app,env=production -o jsonpath="{.items[0].metadata.name}") kubectl debug -it --image=mpen/tinker "$POD" -- zsh -i I can get into a shell r...
stackoverflow.com
'D' 카테고리의 다른 글
Visual Studio Linux native 덤프 파일 디버그 (0) | 2024.11.05 |
---|---|
C# native code debugging (0) | 2024.11.01 |
AOT를 지원하는 .NET 이미지 (0) | 2024.10.25 |
.gitkeep 과 .gitignore (0) | 2024.10.25 |
장애 발생시 체크 리스트 (0) | 2024.10.23 |