일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Package
- TORCH
- LLM
- git
- Windows
- pytorch
- format
- KAKAO
- numpy
- enV
- Database
- pandas
- list
- evaluation
- file
- AI
- PostgreSQL
- DB
- Linux
- Flask
- Mac
- Converting
- Python
- docker
- Container
- GitLab
- CUDA
- judge
- Paper
- Laravel
Archives
- Today
- Total
목록kubectl (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