#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[Q&A] docker와 kubernetis의 yaml에서 shell을 이용할 때 주의점2019-12-12 20:13
작성자

도커의 yaml에서는 다음과 같이 간단하게 ping 명령어를 사용 할 수 있습니다.


mb-file.php?path=2019%2F12%2F12%2FF594_QnA%202-0.1.PNG
mb-file.php?path=2019%2F12%2F12%2FF595_QnA%202-0.2.PNG
 

하지만 똑같은 yaml 확장자라고 해서 똑같이 명령을 주면 쿠버네티스에서는 실행이 되지 않습니다.

mb-file.php?path=2019%2F12%2F12%2FF596_QnA%202-1.PNG
mb-file.php?path=2019%2F12%2F12%2FF597_QnA%202-2.PNG
 


쿠버네티스의 yaml에서 이렇게 shell을 이용하려면 -c 플래그를 넣어서 실행해야 합니다.

mb-file.php?path=2019%2F12%2F12%2FF598_QnA%202-3.PNG
mb-file.php?path=2019%2F12%2F12%2FF599_QnA%202-4.PNG
 

댓글