Recent Posts
Recent Comments
목록azure browse (1)
HEROJOON 블로그(히로블)
Kubernetes 명령어
#kubectl pod 목록 조회 kubectl get pods #kubectl pod 상세 정보 확인 kubectl describe pod -n {namespace} {pod id} #kubectl namespace의 pod 조회 kubectl get pod -n {namespace} #kubectl service 목록 조회 kubectl get service -n {namespace} #kubectl logs 확인 kubectl logs -f -n {namespace} {pod name} #kubectl node의 리소스 확인 kubectl describe nodes {node nmae} #kubectl node 확인 kubectl top nodes #kubectl 모든 namespace의 pod 자..
Kubernetes
2020. 3. 16. 01:18