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 |
Tags
- aws cli ec2
- Ansible
- jenkins parameter
- private repostiroy
- statefulset
- 쿠버네티스
- describe-instances
- docker
- pod
- 쿠버네티스교과서
- ELB
- React Native
- cli ec2
- docker myql
- nexus proxy
- amazon ebs
- Configmap
- SecurityContextHolder
- 서버간 파일전송
- linux 파일복사
- yaml예시
- kubectl
- aws cli
- EC2
- k8s
- amazon ebs활용
- amazon ebs종류
- kubectl명령어
- sql 공유
- 명령어
Archives
- Today
- Total
목록2021/11/15 (1)
게으름을 위한 부지런한 게으름뱅리' 블로그
[K8S] kubectl 명령어 정리
♬ Get # default namespace의 pod조회 $ kubectl get pods # 모든 namespace의 pod조회 $ kubectl get pods --all-namespaces # pod 정보 자세히 보기 $ kubectl get pod -o wide # pod watch mode로 보기 $ kubectl get pod -w # default namespace의 deployment조회 $ kubectl get deploy # 모든 namespace의 모든 deployment조회 $ kubectl get deploy --all-namespaces # default namespace의 service조회 $ kubectl get service $ kubectl get svc # 모든 nam..
IT/K8S
2021. 11. 15. 23:03