Dev · Infra track

Infrastructure, reproduced & measured

I reproduce configurations standard to financial-cloud operations, measuring downtime with probes, and analyze and systematize knowledge through an ontology lensturning what I've experienced into what I understand.

Hands-on labs

Zero-downtime is a product of architecture — reproduced and measured

1.2s → 0s deploy downtime, measured (infra-lab)
Lab Stack What it demonstrates
web-was web / WAS three-tier NGINX · Tomcat · MySQL · Redis Session experiments · fault injection · root-causing 502 vs 504
k8s-oss Kubernetes zero-downtime kind · Deployment · rolling update Single-instance patch vs rolling update (maxUnavailable: 0) downtime comparison
observability Observability · SLA Prometheus · Grafana · Python Alert pending → firing lifecycle · availability ↔ allowed-downtime SLA toolkit
GitHub — infra-lab

Uses only public standards and synthetic data.

0s 1.2s 1.2s single instance patch → restart 0s k8s rolling maxUnavailable: 0 downtime 1.2s → 0s zero-downtime · measured 실측 데이터 기반 재현 도판 · reconstructed from measured data
Downtime, measured · 1.2s → 0s A single-instance patch drops 1.2s during restart; a k8s rolling update (maxUnavailable: 0) stays at 0s. This is not a screenshot but a figure reconstructed from measured data.
Work

Dev & infra projects

Knowledge System 2022 —

SEUNGHUN OS — a personal knowledge OS

Ontology-based PKM · 4,300+ notes

A personal knowledge OS built on Obsidian, integrating ontology, PARA and AI. Notes are structured with a four-layer meta-model and ontology design, and workflows are automated through Claude Code and MCP.

  • Obsidian
  • Dataview
  • Templater
  • Claude Code
  • MCP
Financial Infra 2026

Infra Lab — three hands-on infrastructure labs

Zero-downtime is a product of architecture — reproduced and measured

web/WAS three-tier, Kubernetes, and SLA/monitoring — a learning lab reproducing and measuring configurations standard to financial-cloud operations. Downtime for single-instance patching vs. k8s rolling updates was measured with probes. Uses only public standards and synthetic data.

  • Docker Compose
  • NGINX
  • Tomcat
  • MySQL
  • Redis
  • kind (k8s)
  • Prometheus
  • Grafana
  • Python
Tech stack

Four families of tools

STACK 01

AI / LLM

  • LangChain
  • RAG · prompt design
  • Claude Code · MCP
  • LLM interpretability
  • AI product planning
STACK 02

Python · data

  • Data processing
  • SLA toolkit (availability ↔ downtime)
  • music21
  • transformers · circuitsvis
  • Test automation
STACK 03

IT service · infra

  • ITSM · ITIL change mgmt
  • Docker Compose · NGINX
  • Kubernetes (kind)
  • Prometheus · Grafana
  • Financial-cloud MSP ops
STACK 04

Knowledge mgmt · systems

  • Obsidian · Dataview
  • Ontology · PARA design
  • Palantir 4-layer metamodel
  • Workflow automation