[Kubernetes] 명령어 모음
·
Kubernetes
.팟 전체 표시 : kubectl get pods --all-namespaces kubectl get po -A .서비스 및 포트 확인 : kubectl get svc --all-namespaces .노드 확인 : kubectl get nodes .configmap 확인 : kubectl get configmaps --all-namespaces .Service 트래픽 확인 : kubectl describe svc/{Service 명) -n {namespace} .namespaces 확인 : kubectl get namespaces .LB 확인 : kubectl get ingress --all-namespaces .로그 확인 : kubectl logs {pods name} -n {namespaces} -f..