feat(obsidian): Bases 쿼리용 frontmatter 스키마 + 호스트 파일럿 3개

- dev/obsidian-schema.md: type별 frontmatter 규약 문서화
- infra/hosts/{incus-hp2,incus-kr1,zlambda}.md: 구조화된 필드로 파일럿 3개
- infra/hosts.base: Bases 쿼리 (전체/서울/K3s/유료/Critical 뷰)

기존 infra-hosts.md 본문은 그대로 유지. 파일럿 검증 후 나머지 호스트 확장 예정.
This commit is contained in:
kappa
2026-04-14 09:07:22 +09:00
parent 427ed307e1
commit da4a674719
5 changed files with 339 additions and 0 deletions

45
infra/hosts/incus-kr1.md Normal file
View File

@@ -0,0 +1,45 @@
---
title: incus-kr1
updated: 2026-04-13
tags: [infra, host, incus, k3s, seoul]
type: host
host_kind: server
location: seoul
provider: self-hosted
status: active
ssh_host: incus-kr1
public_ip: 220.120.65.245
tailscale_ip: 100.84.111.28
lan_ip: 192.168.9.214
os: Debian 13
cpu_model: unknown
cpu_cores: null
ram_gb: 64
k3s_role: control-plane
critical: true
monthly_cost_usd: 0
gpu: GTX 1080 Ti
---
## 역할
Incus + K3s control-plane 호스트 (서울존). GPU 워크로드 가능(GTX 1080 Ti). Incus 프로젝트 `default`.
## 주요 워크로드
- K3s API 서버 (control-plane 2/2)
- Patroni PostgreSQL replica 1개 (10.100.3.185)
- heimdall 에이전트 컨테이너 (ops 프로젝트)
## 네트워크
- LAN: 192.168.9.214
- Tailscale: 100.84.111.28
- 공인: 220.120.65.245 (LG U+ 회선, OpenWrt 라우터 경유)
## 상세
- heimdall ops 에이전트는 이 호스트의 incus 컨테이너에 상주
- K3s kine 엔드포인트는 OpenWrt HAProxy 192.168.9.1:5432 → Patroni leader 자동 감지
상세 인프라 컨텍스트: [[../infra-hosts]]