소설을 쓰고 싶어하는 엔지니어
21년째 system engineer / devops / security 전문가로 일을 하고 있습니다.
한번씩 놀러들 오세요

엔지니어로서의 열정
인프라 측면에서 아주 다양한 영역의 전문가로 활동하고 있습니다.
직책자로서 실무도 놓치지 않으려 항상 노력합니다
부족하지만 이론 보다는 실무에 기반한 지식을 공유하고자 합니다
인프라의 안정성과 확장성
시스템 엔지니어로서 복잡한 인프라를 설계.운영하며, 장애 없는 서비스를 위해 끊임없이 개선과 최적화를
하려 노력합니다.
DevOps 자동화와 혁신
단순한 운영을 넘어, CI/CD와 클라우드 네이티브 환경에서 자동화와 효율성을 극대화하려 노력합니다
모니터링
단순한 가용성 확인을 넘어, 로그.보안 이벤트.APM까지 통합 분석하여 안정적이고 신뢰할 수 있는 시스템을
보장하려 노력합니다
소설가를 꿈꾸는 사람
글솜씨는 없지만 어릴때부터 사람들이 읽고 좋아할만한 글을 쓰는게 항상 꿈이었습니다.
글쓰는 엔지니어
- 서버를 구성하듯, 세계를 설계하고 싶습니다.
- 로그를 해석하듯 서사를 편조하려 합니다.
- 모니터링 알람처럼, 영감이 끊임없이 울립니다.


“기술적 통찰은 시간을 절약하고, 상상력은 불가능을 가능으로 바꾼다.”
Black K
글쓰는 엔지니어
최신 글
-
An Examination of Monitoring Metrics: Part 1 MySQL – En
Although this would normally go in the Monitoring category, I plan to keep that category primarily for Zabbix posts. I’ll continue articles about metrics under the Cloud & etc. category instead. Please take note. Reading…
-
모니터링 지표에 대한 고찰 : 첫번째 대상 MySQL – Ko
모니터링 카테고리에다가 글을 쓰는게 맞지만 모니터링 카테고리에는 가급적zabbix 에 대한 글만 쓰려고 하며, 지표에 대한 부분은 cloud & etc 카테고리아래에서 글을 이어 나갈려고 하니 참고 바랍니다. Zabbix로 읽는 MySQL 성능: (요약) 1) InnoDB 현재 열린…
-
Zabbix for Kubernetes Monitoring (Agent2 7.0–7.4) – En
Version note (important): Zabbix publishes different Helm repos per version (7.4 / 7.2 / 7.0 LTS).The examples below use 7.4. If your running Zabbix server/templates are on a different version, change <ZBX_VER> accordingly. Repo pattern:https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/<ZBX_VER>/…
-
Zabbix로 Kubernetes 모니터링 구축 (Agent2 7.0–7.4) – Ko
버전 주의(중요): Zabbix는 7.4/7.2/7.0(LTS) 등 버전별로 Helm Repo URL/차트 브랜치가 다릅니다.아래 예시는 7.4 기준이며, 운영 중인 Zabbix 서버/템플릿 버전에 맞춰 <ZBX_VER>만 변경하세요.Repo 패턴:https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/<ZBX_VER>/ 0) 준비물 1) Repo 등록(버전 선택) 2) 기본 values 덤프 → 파일…
-
Zabbix vs Prometheus : Both Are Excellent – En
Zabbix and Prometheus are both more than capable monitoring tools.That said, in Kubernetes / microservices environments many teams lean toward Prometheus for the reasons below. Quick Comparison Area Prometheus Zabbix Collection model HTTP pull (Pushgateway…
-
Zabbix vs Prometheus – Ko
zabbix와 prometheus는 두개 다 충분히 좋은 모니터링 도구이다.보통 사람들은 아래와 같은 이유로 k8s 나 MSA 구조에서는prometheus를 선호한다. 항목 Prometheus Zabbix 수집 모델 HTTP pull(Pushgateway 보조), 서비스 디스커버리 Agent/Agent2, SNMP/Trap, IPMI, JMX, HTTP, VMware 등 데이터/쿼리…
-
How Ingress Controller Traffic Works on On-Prem K8s with MetalLB — Why externalTrafficPolicy: Cluster Can Blackhole Traffic – En
1) Default Behavior (Cluster mode) — Kubernetes Check your current setting 2) VIP Binding in MetalLB L2 3) Failure Scenario 4) Why a Blackhole Even in Cluster Mode? 5) Practical Remediation ✅ Summary
-
MetalLB 기반 온프레미스 K8s에서 Ingress Controller 트래픽 처리 방식 – Ko
externalTrafficPolicy: Cluster의 문제 발생 원인 (K8S 환경에서) 1. 기본 동작 (Cluster 모드) – K8S 적용 2. MetalLB L2에서 VIP 바인딩 구조 3. 문제 발생 시나리오 4. 왜 Cluster인데도 블랙홀이 생기는가? 👉 즉, 문제의 본질은 L2…