REVIEWED · CURATED · UPDATED

Verified sources, reviewed context —
practical IT insight for today.

Automation, development, security, infrastructure, and productivity. We pull what practitioners need from official docs and technical sources, then check the facts and context before publishing.

18
ACTIVE SERIES
140+
ENGINEER GUIDES
CHECK
REVIEWED · UPDATED
02 / ENGINEER GUIDE

Engineer reference

Linux, Docker, Git, networking, security, databases — 140+ practical guides you can copy and run.

All guides
CloudIntermediate

Ansible 기초 — 인벤토리·플레이북·모듈로 서버 자동화

에이전트 없는 Ansible로 서버 구성을 코드화합니다. 인벤토리·ad-hoc 명령·플레이북·핸들러·롤까지 멱등한 자동화의 핵심 흐름을 실전 예제로 정리합니다.

Open guide
Docker / ContainersAdvanced

Kubernetes RBAC 완전 가이드 — Role·RoleBinding·ServiceAccount 권한 제어

Role·ClusterRole·바인딩·ServiceAccount로 클러스터 권한을 최소화하는 법. kubectl auth can-i 디버깅과 CI 배포용 최소권한 예제까지 정리합니다.

Open guide
Git / CI·CDIntermediate

git bisect 완전 가이드 — 버그가 처음 생긴 커밋 이진 탐색으로 찾기

수백 개 커밋 속 회귀 버그의 도입 지점을 이진 탐색으로 특정합니다. 수동 bisect부터 git bisect run 자동화, 종료 코드 규칙, 커스텀 판정 스크립트까지.

Open guide
DatabasesIntermediate

PostgreSQL 권한 관리 완전 가이드 — 롤·GRANT·REVOKE·스키마 권한

롤=유저이자 그룹, DB→스키마→테이블 3층 권한, DEFAULT PRIVILEGES로 미래 테이블까지. 읽기전용 계정과 최소권한을 실전 SQL로 설계합니다.

Open guide
Networking / ServersAdvanced

keepalived VRRP 완전 가이드 — 가상 IP 페일오버로 고가용성 구성

VRRP로 가상 IP를 여러 노드가 공유해 마스터 장애 시 무중단 전환합니다. MASTER/BACKUP 설정, vrrp_script 헬스체크, split-brain 방지까지 실전 구성.

Open guide
CloudIntermediate

AWS Route 53 — DNS·라우팅 정책·헬스체크 완전 가이드

AWS Route 53의 호스팅 영역과 레코드 타입, 그리고 simple·weighted·latency·failover·geolocation 라우팅 정책을 헬스체크와 함께 설명합니다. AWS CLI로 레코드를 관리하고 장애 조치·트래픽 분산을 구성하는 실전 가이드입니다.

Open guide
Linux / ShellDocker / ContainersGit / CI·CDNetworking / ServersSecurity HardeningDatabases
03 / READING LANES

Start from your role

Learning paths by role — from getting started to going deeper to making decisions.

All collections
04 / LATEST

Latest

Newly reviewed insights, in chronological order.

Archive
Diagnosing Kubernetes MTU Issues — When ping Works but Large Responses Hang
Infrastructure12 min read

Diagnosing Kubernetes MTU Issues — When ping Works but Large Responses Hang

If ping is fine but curl hangs only on large responses and the TLS handshake goes silent, you have an MTU problem. This post covers DF-bit ping binary search, the VXLAN 1450 / GCP 1410 calculation table, where to set Flannel, Calico, and Ci

Aug 24REVIEWED · UPDATED
VictoriaMetrics vs Thanos vs Grafana Cloud: Monthly Cost Comparison (1 Million Time Series)
Tool Reviews

VictoriaMetrics vs Thanos vs Grafana Cloud: Monthly Cost Comparison (1 Million Time Series)

Monthly KRW cost formulas for Prometheus+Thanos, Grafana Cloud, and VictoriaMetrics at 20 nodes and 1 million active series. Includes a TCO table with ops effort, a 5-axis decision matrix, cardinality-explosion response, and a migration run

Aug 1914 min read
Diagnosing 504 Gateway Time-out: An nginx · ALB · gunicorn Timeout Alignment Runbook
Infrastructure

Diagnosing 504 Gateway Time-out: An nginx · ALB · gunicorn Timeout Alignment Runbook

A procedure for pinpointing which of CloudFront, ALB, nginx, or gunicorn hung up first when a 504 Gateway Time-out appears, using only curl instrumentation and response headers. Covers per-layer timeout tables, alignment principles, and how

Aug 1811 min read
Kubernetes PVC Pending Cause Analysis: A Complete Diagnostic Guide from StorageClass to CSI Binding Failures
Infrastructure

Kubernetes PVC Pending Cause Analysis: A Complete Diagnostic Guide from StorageClass to CSI Binding Failures

Is your PVC stuck in Pending, delaying service deployments? This guide provides a 3-step flowchart to systematically diagnose the root causes of storage binding failures, with immediately applicable fixes for StorageClass, CSI driver permis

Aug 176 min read
pip install succeeded, but ModuleNotFoundError? Six-way interpreter path diagnosis
Development

pip install succeeded, but ModuleNotFoundError? Six-way interpreter path diagnosis

pip install succeeded but import still fails? Instead of reinstalling, compare the running interpreter and pip install paths with four commands, pin the cause to one of six branches, and apply one-line fixes plus recurrence prevention for v

Aug 1212 min read
72-Hour Personal Data Breach Response: Decision Matrix, Timeline, and Filing Templates
Security

72-Hour Personal Data Breach Response: Decision Matrix, Timeline, and Filing Templates

What do you notify, and where, inside the 72-hour personal data breach window? A 30-second decision matrix for notice vs. regulatory reporting, a 0h–72h timeline, three report and notice templates, plus playbooks for unconfirmed scale, proc

Aug 1116 min read
Ingress 404 default backend · 503 no healthy upstream: a 30-second diagnostic chart
Infrastructure

Ingress 404 default backend · 503 no healthy upstream: a 30-second diagnostic chart

A decision table that maps Kubernetes Ingress 404 default backend, 503 no healthy upstream, and 502 too big header to the causal layer from the response string alone — plus a 6-step 30-second confirmation, copy-pasteable fix YAML, and contr

Aug 1010 min read
EDITORIAL NOTE
Raise the density of context, not the volume of information. Facts pile up quickly; choosing the signals that matter and adding the surrounding context is still our job.
N
Nodelog editorial team
TECH EDITORIAL · 2026.09