오늘은 데브옵스 엔지니어 기술 질문 중에 가장 많이 질문을 받는 마이크로 서비스에 관련되어 인터뷰 질문들을 미리 작성해 보고자 한다. 1. What do you understand by Microservices? Microservices or more appropriately Microservices Architecture is an SDLC approach based on which large applications are built as a collection of small functional modules. These functional modules are independently deployable, scalable, target specific business goals, and commun..