일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- access modifier
- 스트림
- Stream
- public static final
- identityHashCode
- shebang
- pycharm
- finalize
- node.js
- constructor
- singletone
- arraycopy
- Wrapper class
- parameter group
- Java
- down casting
- 셔뱅
- Inbound
- 얕은 복사
- 깊은 복사
- lambda
- 자바
- generic programming
- has-a
- 내부클래스
- Up Casting
- extends
- 엔드포인트
- dbeaver
- 파이참
- Today
- Total
목록Container Infrastructure (18)
٩(๑•̀o•́๑)و

0. 환경구성 os : macOS BigSur 11.4 virtual box : 6.1.26 ubuntu :20.04.2.0 LTS 1. virtual box 설치 $ brew install --cask virtualbox $ brew install --cask virtualbox-extension-pack 2. ubuntu 파일 다운로드 https://ubuntu.com/download/desktop Download Ubuntu Desktop | Download | Ubuntu Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected thi..

주제 : Agile한 환경에 대비한 CICD(Continuous Integration Countinuous Deployment) 프로토타입 설계 설계 결과물은 하기와 같이 구성하였습니다. 크게 배포 흐름과, 모니터링 흐름 관점에서 프로토타입을 만들어보았습니다. [ 배포 흐름 ] 1. 개발자가 개발 완료 후 GitHub(깃헙)에 해당 소스를 올립니다. 2. GitHub에 변경이 발생할 경우, Jenkins(젠킨스)에서 이를 캐치하여 배포 프로세스가 시작됩니다. (이부분은 Git과 Jenkins의 Webhook을 통해 구현이 가능합니다.) 그리고 Jenkins를 통해 배포되는 전 프로세스는 Slack을 통해 알람을 발송할 수 있습니다.(Slack Notification) 3. Jenkins에서는 SonarQ..