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
- 암호화폐
- 알위브
- filfox
- MATIC
- Q-code
- 파일코인
- datacap
- 바이낸스
- 레이어2
- nft
- Mining
- 비트코인
- FIL
- FILECOIN
- nft민팅
- 코로나
- 민팅
- 데이터캡
- 코인
- 이더리움
- 파일코인플러스
- 투자
- Arweave
- 채굴
- 스토리지
- 공증인
- BTC
- 스토리지코인
- 가상자산
- 채산성
- Today
- 30
- Total
- 114,144
목록2023/01/01 (1)
호랑이한테물릴래
Kubernetes App, Control Plane, Worker Node의 Failure 대처 명령어
Application ## 먼저 엔드포인트 확인 $ curl endpoint ## 서비스 상태 확인 (Selector와 Endpoint 체크) $ kubectl describe service web-service ## 파드 확인 $ kubectl get pod $ kubectl describe pod web $ kubectl logs web -f --previous Control Plane ## Node & Pod 확인 $ kubectl get nodes $ kubectl get pods ## Controlplane Pod & Service 확인 $ kubectl get pods -n kube-system ## Controlplane Service 확인 $ service kube-apiserver sta..
DevOps/Kubernetes
2023. 1. 1. 21:39