Kubernetes1 [쿠버네티스/k8s] 기본 실습 명령어 - 개발하는 지토 k8s 공통 kubectl apply -f {yaml-name}: yaml 파일 k8s 에 적용(생성) kubectl config get-contexts: 컨텍스트 조회 kubectl config use-context {cluster-name}: 컨텍스트 변경 kubectl delete deployment,pod,rs --all: 모든 리소스 삭제 Pod kubectl get pods: pod 확인 kubectl describe pods {podname}: pod 상세 정보 kubectl exec -it {pod-name} bash : pod 쉘 접속 kubectl logs {pod-name} : pod 로그 확인 kubectl get pods --show-labels: pod 의 라벨까지 확인 kube.. 2022. 8. 1. 이전 1 다음