Pod안에 CentOS(application이 없는 OS 이미지) Container 실행하기 상황kubernetes pod 생성 시 containter image를 centos or ubuntu 와 같은 application이 아닌 os로 설정했을 시container 상태가 Running 으로 되지 않고 CrashLoopBackOff 상태가 되는 현상 원인container 생성 시 이미지를 통해 어떠한 application 이 실행 중인 상태이여야정상적으로 running 상태가 되는데OS image의 경우는 어떠한 application도 실행되고 있지 않음으로container 가 생성되고 바로 종료되는 것을 반복하게 되는것 image = CentOS, bash, ubuntu 등등 application이 ..