In this chapter, we will demonstrate how to deploy microservices using a custom
Helm Chart, instead of doing everything manually using kubectl
.
For detailed information on working with chart templates, refer to the Helm docs.
실습에 필요한 소스를 다운 받기 위해 아래 명령어를 수행합니다.
cd ~/environment
git clone https://github.com/brentley/ecsdemo-frontend.git
git clone https://github.com/brentley/ecsdemo-nodejs.git
git clone https://github.com/brentley/ecsdemo-crystal.git