| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- pandas
- list
- Flask
- AI
- format
- Package
- Windows
- PostgreSQL
- Linux
- DB
- Database
- GitLab
- file
- ubuntu
- git
- 책갈피
- numpy
- LLM
- TORCH
- docker
- Paper
- pytorch
- Python
- Mac
- Laravel
- Container
- KAKAO
- judge
- evaluation
- Converting
Archives
- Today
- Total
목록MicroService/Kubernetes (1)
Daily Develope
[Kubernetes] kubectl 명령어 정리
명령 포맷 kubectl {command} {type} {name} {flag} # command = 실행 동작 (create, get, delete) # type = 자원 유형 (pod, service, ingress) # name = 자원 이름 # flag = 옵션 조회 kubectl get all -A# 모든 개체정보 출력 (namespace 무시) kubectl get {type} -o wide# 간략정보 추가 확인 kubectl describe {type} {name}# 세부정보 추가 확인 kubectl top {type}# 현재 자원 사용량 확인 kubectl api-resources# api 확인 (기본경로 = $HOME/.kube/config) kubectl logs -f {pod}# 로그..
MicroService/Kubernetes
2022. 1. 15. 11:44