And Brain said,

Kompose, Docker compose 변환 툴 본문

IT/Kubernetes

Kompose, Docker compose 변환 툴

The Man 2023. 9. 4. 10:40
반응형

고양이는 왜 Kompose를 좋아할까?

 

오늘은 고양이가 좋아한다는(?) -고양이를 좋아하는- Kompose 에 대해서 간단하게 배워볼 것이다.

 

https://kompose.io/installation/

 

Kompose - Installation

Installation We have multiple ways to install Kompose. Our preferred (and most up-to-date) method is downloading the binary from the latest GitHub release. GitHub release Kompose is released via GitHub, you can see all current releases on the GitHub releas

kompose.io

 

각자의 운영체제 환경에 맞게 설치해주시면 된다.

 

그리고 docker-compose.yml 파일이 있는 곳에서

 

kompose convert

명령어를 입력해주면 된다.

 

docker-compose.yml 파일의 이름을 변경했다면 -f 옵션으로 지정해주면 된다.

 

 

yaml 파일이 생성된 것을 확인할 수 있다.

 

이렇게 Kompose는 docker-compose 파일을 쿠버네티스의 디플로이먼트, 서비스 등의 리소스 구성 파일로 변환해주는 도구로, 변환된 메니페스트 파일들은 kubectl을 사용하여 클러스터에 바로 배포할 수 있다는 장점을 가지고 있습니다.

 

 

Thanks for watching, Have a nice day.

반응형
Comments