반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- operator
- Argo
- Litmus
- Model Serving
- Pulumi
- mlops
- serving
- gitops
- nginx ingress
- argocd
- Kubernetes
- xdp
- 카오스 엔지니어링
- knative
- blue/green
- tekton
- MLflow
- Kubernetes 인증
- eBPF
- CANARY
- opentelemetry
- CI/CD
- opensearch
- Kopf
- Continuous Deployment
- seldon core
- keda
- 오퍼레이터
- Kubeflow
- kubernetes operator
Archives
- Today
- Total
목록Pod Network Packet (1)
Kubernetes 이야기
Pod에서 tcpdump 패킷 캡처
네트워크 패킷을 관찰하기 가장 좋은 방법 중 하나는 tcpdump이다. 포드에서 TCP 트래픽 캡처를 수행하고 캡처를 조회할 수 있는 방법을 살펴보자. Pod에 Tcpdump 툴 설치하는 방법 연결 문제가 있는 포드에 접속해 보자. # k exec -it -n test sampleapp-6c65c5cdb7-mplj4 -- /bin/bash 다음과 같이 tcpdump 를 설치한다. # apt-get update && apt-get install tcpdump Alpine Linux인 경우에는 다음의 명령을 수행한다. # apk add tcpdump 캡처 # tcpdump -s 0 -vvv -w /capture.cap # tcpdump -s 0 -vvv -w /capture.cap tcpdump: liste..
Kubernetes/일반
2022. 8. 28. 11:36