일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 비공개 GKE
- client vpn
- S3
- Terraform GCP GKE
- velog
- 벨로그
- Terrafrom GCP
- 티스토리
- Terraform GKE
- ACM
- java s3 400
- AWS client VPN 인증서
- client vpn 인증서
- Session Manager
- AWS private EC2
- Decapsulation
- Encapsulation
- aws
- ACM 도메인
- 프라이빗 EC2 접속
- TCP/IP
- 독서노트
- AWS session manager
- 테라폼 private GKE
- 비공개 GKE autorized
- 엔지니어블로그
- 문과남자의 과학공부
- s3 upload 400
- Today
- Total
망지로그
CKA -trouble shooting 본문
1. svc name이 잘 맞게 설정되어있는지 확인
- 웹 pod에서 DB_host = (db pod svc name)
2. pod와 연결된 svc 의 target port가 pod의 port와 동일한지 확인
3. pod의 label과 svc selector가 일치하는지 확인
control plane 이슈
1. -n kubesystem pod 상태 확인
2. service (ku-) status 명령어 활용
3. log 확인
4. journalctl
5. 기본 서비스들 static pod '/etc/kubernetes/manifests/' 여기 경로에서 수정
6. volume mounts, volume- mout path 확인
node
0. ssh node로 해당 서버접근하기
1. top,ps
2.kubelet 등 서비스 켜져있는지 확인 (status)
3. journalctl -u kubelet -f
4. kubelet config path /var/lib/kubelet/config.yaml
https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
kubelet
Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpe
kubernetes.io
/etc/kubernetes/kubelet.conf
'Kubernetes' 카테고리의 다른 글
CKA (0) | 2024.07.05 |
---|---|
CKA - jsonpath (0) | 2024.07.05 |
CKA- kubeadm (0) | 2024.07.04 |
CKA - ingress (0) | 2024.07.04 |
CKA - core DNS in k8s (0) | 2024.07.03 |