CICD 구축 (디리아)


* [파이프 라인 코드는 <- 여기](https://hkpark130.p-e.kr:8100/posts/58) --- # Flow (Gitlab -> Jenkins -> SonarQube) ##### 1. [물리 서버]: (build 된 jar 파일을 ansible 서버로 보내고) -> Ansible Playbook 실행 (각 서버에 앱 실행시킴) -> MM Alert ##### 2. [클라우드]: (build 에 문제가 없다면 repository에 이미지 push) Nexus -> argoCD -> MM Alert --- # 트러블 슈팅 * Spring Boot 어플리케이션이 K8S 환경에 처음 부팅될 때 CPU 사용량이 급격히 올라서 HPA 작동되는 현상 `Startup Probe` 로 해결 (https://hkpark130.p-e.kr:8100/posts/72)
되돌아가기 수정