GitLab CI 완벽 가이드! Pipeline Automation과 DevOps Delivery Architecture 이해하기
현대 DevOps 환경에서는 Code 변경부터 Build, Test, Deployment까지 자동화된 Pipeline 구성이 필수입니다. 기업에서는 다양한 CI/CD Platform을 사용하며 대표적으로 다음 도구들이 활용됩니다. GitLab CI는 GitLab Repository와 직접 연결되어 Pipeline을 자동 실행하는 DevOps Automation Platform입니다. 예: Developer Code 작성 ↓ GitLab Repository Push ↓ GitLab CI Pipeline 실행 ↓ Build ↓ Test ↓ Container Image 생성 ↓ … 더 읽기