[DevOps] Jenkins Batch to Airflow
젠킨스 배치의 문제점 / 젠킨스 배치를 airflow와 쿠버네티스(k8s) Job 으로 전환
Posted by
Wonyong Jang
on August 02, 2024 ·
5 mins read
[Airflow] 아파치 Airflow - Trigger
Trigger DAG 이용하여 arguments 전달(dag_run) /
Posted by
Wonyong Jang
on July 30, 2024 ·
4 mins read
[Airflow] 아파치 Airflow - Xcom
Cross Communication / Task 간 데이터 공유(push, pull)
Posted by
Wonyong Jang
on July 27, 2024 ·
6 mins read
[Airflow] 아파치 Airflow - Workflow
DAG(Directed Acyclic Graph) / 데이터 워크 플로우 관리 도구/ execution_date 의미 / backfill and catchup
Posted by
Wonyong Jang
on July 25, 2024 ·
14 mins read
[nGrinder] 어플리케이션 성능 테스트
성능 지표 확인하기(TPS, MTT) / 부하 테스트, 성능 테스트, 스트레스 테스트 차이
Posted by
Wonyong Jang
on April 28, 2023 ·
11 mins read
[Prometheus] Grafana 와 Docker Compose를 이용한 모니터링 환경 구축하기
Spring boot 어플리케이션 모니터링 / Spring actuator
Posted by
Wonyong Jang
on March 06, 2023 ·
12 mins read
[Resilience4j] CircuitBreaker
OPEN, CLOSED, HALF OPEN, DISABLED, FORCE OPEN
Posted by
Wonyong Jang
on October 30, 2022 ·
10 mins read
[Gradle] Kotlin DSL 를 이용하여 Gradle 설정하기
멀티 모듈 프로젝트에서 Kotlin DSL / project, allprojects, subprojects / 특정 모듈에서 shadowJar
Posted by
Wonyong Jang
on July 18, 2022 ·
10 mins read
[Gradle] Gradle task 이해와 Gradle Wrapper 사용하기(Groovy DSL)
gradle wrapper / up to date / 빌드시 Plain jar 와 Executable jar
Posted by
Wonyong Jang
on July 17, 2022 ·
10 mins read
[Docker] Kubernetes 구성과 기본 개념 2
Service(ClusterIP, NodePort, LoadBalancer), Ingress, Volume, ConfigMap, Secret
Posted by
Wonyong Jang
on June 13, 2022 ·
9 mins read
[Docker] Kubernetes 구성과 기본 개념
Pod, ReplicaSet, Deployment(rollback, rollingUpdate) / livenessProbe, readinessProbe
Posted by
Wonyong Jang
on June 12, 2022 ·
12 mins read
[Docker] Kubernetes 시작하기
Container Orchestration System, k3s, minikube, 도커와 차이점, 기본 명령어
Posted by
Wonyong Jang
on June 10, 2022 ·
14 mins read
[Docker] Spring testcontainer와 Spock를 이용한 독립 테스트환경 구축
멱등성있는 integration test 환경 구축 / DB와 Redis TestContainers 테스트
Posted by
Wonyong Jang
on May 15, 2022 ·
11 mins read
[Docker] 컨테이너 데이터 저장하는 방법들
bind mount, volume, tmpfs mount
Posted by
Wonyong Jang
on January 07, 2022 ·
4 mins read
[Docker] 도커를 이용한 리액트 앱 CI환경에 배포하기 2
Travis CI, AWS를 이용한 자동 빌드, 테스트 및 배포 / Elastic BeanStalk / IAM
Posted by
Wonyong Jang
on January 04, 2022 ·
6 mins read
[Docker] 도커를 이용한 리액트 앱 CI환경에 배포하기 1
도커를 이용한 리액트 앱 / 운영서버를 위한 Nginx / 개발서버 운영서버 구분하기
Posted by
Wonyong Jang
on January 03, 2022 ·
6 mins read
[Docker] 도커를 이용한 간단한 Node.js 어플 만들기
dockerfile 최적화 / docker volume / Working Directory / docker compose 작성가이드
Posted by
Wonyong Jang
on January 02, 2022 ·
11 mins read
[Docker] 도커 컴포즈 및 환경 변수
Docker Compose 가이드 / env 파일 / Docker Compose에서 환경 변수를 다루는 4가지 방법
Posted by
Wonyong Jang
on January 01, 2022 ·
8 mins read
[Docker] 도커에 대한 이해
도커에 대한 개념과 기존 가상화 기술과의 차이 / 명령어 / dockerfile 작성가이드
Posted by
Wonyong Jang
on December 31, 2021 ·
18 mins read
[DevOps] Blue-Green 배포, A/B 테스트, Canary Release
Continuous Deliver(무중단 배포 전략)
Posted by
Wonyong Jang
on March 24, 2021 ·
6 mins read