image: 에 원하는 이미지 입력
kubectl apply –f deployment.yaml
아래와 같이 Pod가 배포된 것을 확인
Pod 접속 명령어
kubectl exec –it <PodName> -- bash
Can Do It brb