Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- boto3
- lambda
- Filter
- 금융소득
- S3
- 매입불공제
- command
- python
- 산지
- 경매
- 양도소득세
- 인덱싱
- 성능개선
- 외국납부세액공제
- 산지연금
- 농지연금
- 세금계산서
- 공매
- OpenSearch
- 정책자금
- serverless
- 임업후계자
- 신탁공매
- Resolver
- AWS
- 클러스터
- Kubernetes
- 이자
- route53
- kubectl
Archives
- Today
- Total
목록Kubernetes (1)
진지한 개발자
kubectl 의 주요 명령어
kubectl get pods: 현재 클러스터의 모든 파드를 나열합니다. kubectl get pods kubectl describe pod: 특정 파드의 세부 정보를 표시합니다. kubectl describe pod my-pod kubectl create deployment: 새로운 디플로이먼트를 생성합니다. kubectl create deployment my-deployment --image=my-image kubectl delete pod: 특정 파드를 삭제합니다. kubectl delete pod my-pod kubectl apply -f: YAML 또는 JSON 파일을 사용하여 리소스를 생성 또는 업데이트합니다. kubectl apply -f my-manifest.yaml kubectl logs..
IT/kubenetes
2024. 2. 17. 23:39