apply # 상태 적용
get # 리소스 리스트 조회
describe # 리소스 상태 상세 조회
delete # 리소스 제거
logs # 컨테이너 로그 조회
exec # 컨테이너 명령어 전달
config # kubectl 설정 관
kubectl get pod
kubectl get pod --show-labels # 레이블 확인
kubectl get service
kubectl get all
kubectl describe 타입/리소스 이름
kubectl delete 타입/리소스 이름