Kubectl Commands
history | grep
을 멈추기 위한 정리
Namespace
Namespace 보기
Namespace 변경
Create Namespace
Execute pod
ex)
kubectl
명령어를k
로 alias 해놨다/bin/sh
가 아니라/bin/bash
로 생성한 경우도 있으니 참고
Execute specific container
Delete
Delete pod
Force delete pod
-grace-period
option을 0으로 주면 즉시 삭제된다--force
option을 통해 강제 삭제가 가능하다
Fully shut down the Deployment
Delete Service Account
Delete Deployment
Log
Pod log 보기
Container 지정하여 log 보기
하나의 pod에 다수의 container가 떠있으면 -c
option으로 container를 지정한다
Events
Events 보기
Events timestamp 순으로 보기
Get commands w/ basic output
List all services
List all pods in all namespaces
List all pods in the current namespace w/ more detail
List all deployment in all namespaces
Last updated