{
  "site": {
    "title": "Engineering Playbook",
    "description": "Amazon EKS 기반 인프라, Agentic AI 플랫폼, AI/ML 워크플로우, 보안, 자동화된 운영에 대한 실전 엔지니어링 가이드",
    "baseUrl": "https://devfloor9.github.io/engineering-playbook"
  },
  "format": "llm-wiki/v1",
  "generated_at": "2026-07-14",
  "language": "ko",
  "doc_count": 181,
  "domains": [
    {
      "id": "agentic-ai-platform",
      "label": "Agentic AI Platform",
      "doc_count": 73
    },
    {
      "id": "aidlc",
      "label": "AIDLC",
      "doc_count": 45
    },
    {
      "id": "benchmarks",
      "label": "Benchmarks",
      "doc_count": 9
    },
    {
      "id": "eks-best-practices",
      "label": "EKS Best Practices",
      "doc_count": 38
    },
    {
      "id": "hybrid-infrastructure",
      "label": "Hybrid Infrastructure",
      "doc_count": 6
    },
    {
      "id": "getting-started",
      "label": "Getting Started",
      "doc_count": 1
    },
    {
      "id": "rosa",
      "label": "ROSA",
      "doc_count": 3
    },
    {
      "id": "security-governance",
      "label": "Security & Governance",
      "doc_count": 6
    }
  ],
  "docs": [
    {
      "slug": "agentic-ai-platform/design-architecture/advanced-patterns/adr-self-improving-loop",
      "title": "ADR — Self-Improving Agent Loop 도입 의사결정",
      "description": "Self-Improving Agent Loop(자가학습 강화 파이프라인)를 실 운영에 도입하기 전 합의해야 할 원칙·스코프·책임·롤백 경계를 정리한 Architecture Decision Record",
      "domain": "agentic-ai-platform",
      "tags": [
        "adr",
        "self-improving",
        "autosearch",
        "governance",
        "agentic-ai"
      ],
      "created": "2026-04-19",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/advanced-patterns/adr-self-improving-loop",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/advanced-patterns/adr-self-improving-loop.md",
      "related": [
        "agentic-ai-platform/design-architecture/advanced-patterns/self-improving-agent-loop",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/index",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/advanced-patterns/index",
      "title": "고급 패턴",
      "description": "자기개선 피드백 루프 및 고급 Agent 설계 패턴",
      "domain": "agentic-ai-platform",
      "tags": [
        "agentic-ai",
        "architecture",
        "advanced-patterns"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/advanced-patterns",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/advanced-patterns/index.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/advanced-patterns/knowledge-feature-store",
      "title": "Knowledge Feature Store 확장",
      "description": "전통 Feature Store에 온톨로지·Knowledge Graph를 통합하여 환각 감소·근거 추적·도메인 엔터티 활용을 강화하는 3-plane 설계",
      "domain": "agentic-ai-platform",
      "tags": [
        "feature-store",
        "knowledge-graph",
        "ontology",
        "rag"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/advanced-patterns/knowledge-feature-store",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/advanced-patterns/knowledge-feature-store.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/operations-mlops/governance/domain-customization"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/advanced-patterns/self-improving-agent-loop",
      "title": "Self-Improving Agent Loop (Autosearch)",
      "description": "Karpathy의 autosearch 개념을 기반으로 self-hosted SLM이 프로덕션 trace로부터 스스로 학습·강화하는 5-stage 루프 설계와 안전장치",
      "domain": "agentic-ai-platform",
      "tags": [
        "self-improving",
        "autosearch",
        "rlaif",
        "grpo",
        "dpo"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 19,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/advanced-patterns/self-improving-agent-loop",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/advanced-patterns/self-improving-agent-loop.md",
      "related": [
        "agentic-ai-platform/design-architecture/advanced-patterns/adr-self-improving-loop",
        "aidlc/enterprise/agent-versioning/index",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/index"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
      "title": "Agentic AI 워크로드의 기술적 도전과제",
      "description": "Agentic AI 워크로드 운영 시 직면하는 5가지 핵심 도전과제",
      "domain": "agentic-ai-platform",
      "tags": [
        "genai",
        "agentic-ai",
        "gpu",
        "challenges"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
      "title": "Agentic AI Platform 아키텍처",
      "description": "프로덕션급 Agentic AI 플랫폼의 전체 시스템 아키텍처 — 6개 런타임 레이어와 3개 횡단 플레인 설계",
      "domain": "agentic-ai-platform",
      "tags": [
        "architecture",
        "agentic-ai",
        "platform",
        "kubernetes",
        "mlops"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 34,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
        "agentic-ai-platform/model-serving/index",
        "agentic-ai-platform/reference-architecture/model-lifecycle/index",
        "agentic-ai-platform/design-architecture/advanced-patterns/knowledge-feature-store",
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
        "agentic-ai-platform/operations-mlops/observability/kagent-kubernetes-agents",
        "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
        "agentic-ai-platform/reference-architecture/inference-gateway/index",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment",
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
        "agentic-ai-platform/operations-mlops/governance/compliance-framework",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/operations-mlops/index",
        "agentic-ai-platform/reference-architecture/index"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/foundations/index",
      "title": "플랫폼 기초",
      "description": "Agentic AI 플랫폼의 핵심 아키텍처와 기술적 도전과제",
      "domain": "agentic-ai-platform",
      "tags": [
        "agentic-ai",
        "architecture"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/foundations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/foundations/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/design-architecture/index",
      "title": "설계 & 아키텍처",
      "description": "Agentic AI 플랫폼의 아키텍처 설계, 기술적 도전과제, AWS Native 및 EKS 기반 구현 접근",
      "domain": "agentic-ai-platform",
      "tags": [
        "architecture",
        "design",
        "agentic-ai",
        "eks",
        "aws"
      ],
      "created": "2026-03-06",
      "updated": "2026-06-26",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/agentcore-hybrid-strategy",
      "title": "AgentCore 하이브리드 전략",
      "description": "Bedrock AgentCore 매니지드 서비스와 EKS 기반 self-hosted 에이전트를 결합한 하이브리드 전략 의사결정·패턴 카탈로그",
      "domain": "agentic-ai-platform",
      "tags": [
        "agentcore",
        "bedrock",
        "hybrid",
        "eks"
      ],
      "created": "2026-04-18",
      "updated": "2026-07-03",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection/agentcore-hybrid-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/agentcore-hybrid-strategy.md",
      "related": [
        "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "benchmarks/agentcore-vs-eks-inference"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
      "title": "EKS 기반 Agentic AI 오픈 아키텍처",
      "description": "Amazon EKS와 오픈소스 생태계를 활용한 Agentic AI 플랫폼 구축 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "aws",
        "karpenter",
        "genai",
        "agentic-ai",
        "gpu",
        "solutions"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 22,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
        "agentic-ai-platform/operations-mlops/observability/kagent-kubernetes-agents",
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/nemo-framework"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
      "title": "AI 플랫폼 선택 가이드: 매니지드 vs 오픈소스 vs 하이브리드",
      "description": "SageMaker Unified Studio, Bedrock AgentCore, EKS 오픈 아키텍처 중 고객 상황에 맞는 최적 접근 선택을 위한 의사결정 프레임워크",
      "domain": "agentic-ai-platform",
      "tags": [
        "decision-framework",
        "sagemaker",
        "bedrock",
        "agentcore",
        "eks",
        "cost",
        "hybrid"
      ],
      "created": "2026-04-17",
      "updated": "2026-06-28",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment",
        "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
        "agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
      "title": "AWS Native Agentic AI Platform: 매니지드 서비스 기반 Agent 중심 접근",
      "description": "Amazon Bedrock, Strands Agents SDK, AgentCore를 활용하여 인프라 운영 부담을 줄이고 Agent 개발에 집중하는 플랫폼 접근",
      "domain": "agentic-ai-platform",
      "tags": [
        "agentcore",
        "bedrock",
        "strands",
        "aws-native",
        "mcp",
        "a2a"
      ],
      "created": "2026-03-18",
      "updated": "2026-06-28",
      "reading_time": 18,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/aws-native-agentic-platform.md",
      "related": [
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture"
      ]
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/index",
      "title": "플랫폼 선택",
      "description": "AWS 환경에서 Agentic AI 플랫폼 구축을 위한 전략적 선택 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "agentic-ai",
        "architecture",
        "aws"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment",
      "title": "소버린 & 하이브리드 배포: 데이터 주권과 리전 강제",
      "description": "데이터 주권 요구를 충족하는 Agentic AI 배포 전략 — SCP 리전 강제, Bedrock Geographic cross-Region inference, EKS Hybrid Nodes 기반 하이브리드·in-country 자체 호스팅",
      "domain": "agentic-ai-platform",
      "tags": [
        "sovereignty",
        "hybrid",
        "scp",
        "bedrock",
        "eks",
        "compliance"
      ],
      "created": "2026-06-14",
      "updated": "2026-06-28",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks",
        "agentic-ai-platform/operations-mlops/governance/compliance-framework"
      ]
    },
    {
      "slug": "agentic-ai-platform/index",
      "title": "Agentic AI Platform",
      "description": "Agentic AI 플랫폼의 아키텍처, 구축, 운영에 대한 심화 기술 문서",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "kubernetes",
        "genai",
        "agentic-ai",
        "gpu",
        "llm",
        "platform"
      ],
      "created": "2025-09-11",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/aws-neuron-stack",
      "title": "AWS Neuron Stack — Trainium2/Inferentia2 on EKS",
      "description": "EKS 위에서 AWS 커스텀 AI 가속기(Trainium2/Inferentia2)를 운영하기 위한 Neuron SDK, Device Plugin, NxD Inference 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "trainium2",
        "inferentia2",
        "neuron-sdk",
        "aws-accelerator",
        "eks",
        "vllm-neuron",
        "nxd-inference",
        "inference"
      ],
      "created": "2026-04-17",
      "updated": "2026-06-28",
      "reading_time": 23,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure/aws-neuron-stack",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/aws-neuron-stack.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/criu-gpu-migration",
      "title": "CRIU 기반 GPU 무중단 마이그레이션 (Preview)",
      "description": "Spot reclaim·스케줄링 이벤트 시 GPU 워크로드 checkpoint/restore로 무중단 이관하는 기술 현황과 EKS 적용 가능 시나리오 분석 (Experimental)",
      "domain": "agentic-ai-platform",
      "tags": [
        "criu",
        "gpu",
        "checkpoint",
        "spot",
        "experimental",
        "kubernetes",
        "eks",
        "cost-optimization"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 21,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure/criu-gpu-migration",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/criu-gpu-migration.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
      "title": "EKS GPU 노드 전략",
      "description": "EKS Auto Mode, Karpenter, MNG, Hybrid Node의 GPU 워크로드별 최적 노드 전략",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "gpu",
        "auto-mode",
        "karpenter",
        "hybrid-node",
        "gpu-operator",
        "deployment",
        "architecture"
      ],
      "created": "2026-03-16",
      "updated": "2026-07-14",
      "reading_time": 24,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/gpu-infrastructure/aws-neuron-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
      "title": "GPU 리소스 관리",
      "description": "EKS에서 Karpenter, KEDA, DRA를 활용한 GPU 리소스 관리 및 비용 최적화",
      "domain": "agentic-ai-platform",
      "tags": [
        "gpu",
        "karpenter",
        "keda",
        "dra",
        "autoscaling",
        "cost-optimization",
        "eks",
        "kubernetes"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/index",
      "title": "GPU 인프라",
      "description": "EKS GPU 노드 전략, Karpenter·KEDA·DRA 리소스 관리, NVIDIA GPU 스택, AWS Neuron 스택",
      "domain": "agentic-ai-platform",
      "tags": [
        "gpu",
        "eks",
        "karpenter",
        "gpu-operator",
        "neuron"
      ],
      "created": "2026-04-17",
      "updated": "2026-06-26",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/index.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
      "title": "NVIDIA GPU 스택",
      "description": "GPU Operator, DCGM, MIG, Time-Slicing, Dynamo의 아키텍처와 EKS 통합",
      "domain": "agentic-ai-platform",
      "tags": [
        "nvidia",
        "gpu-operator",
        "dcgm",
        "mig",
        "time-slicing",
        "dynamo",
        "kai-scheduler",
        "gpu",
        "monitoring"
      ],
      "created": "2026-03-20",
      "updated": "2026-06-28",
      "reading_time": 19,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/index",
      "title": "모델 서빙 & 추론 인프라",
      "description": "GPU 인프라 계층과 추론·학습 프레임워크 계층으로 나뉜 모델 서빙 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "model-serving",
        "gpu",
        "vllm",
        "llm-d",
        "inference",
        "eks"
      ],
      "created": "2026-03-06",
      "updated": "2026-06-26",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/hyperpod-inference-operator",
      "title": "HyperPod Inference Operator (관리형 KV 캐시·지능형 라우팅)",
      "description": "SageMaker HyperPod Inference Operator의 관리형 KV 캐시·지능형 라우팅·DPD를 Tiered Gateway와 비교하고, L2 추론 라우팅 레이어로서의 역할과 한계를 정리",
      "domain": "agentic-ai-platform",
      "tags": [
        "hyperpod",
        "sagemaker",
        "eks",
        "vllm",
        "kv-cache",
        "inference",
        "model-serving"
      ],
      "created": "2026-06-23",
      "updated": "2026-06-28",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks/hyperpod-inference-operator",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/hyperpod-inference-operator.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/index",
      "title": "추론 프레임워크",
      "description": "vLLM·llm-d·MoE·NeMo — GPU 위에서 실제로 모델을 서빙·분산 추론·파인튜닝하는 AI 프레임워크 계층",
      "domain": "agentic-ai-platform",
      "tags": [
        "vllm",
        "llm-d",
        "moe",
        "nemo",
        "inference",
        "fine-tuning",
        "serving"
      ],
      "created": "2026-04-17",
      "updated": "2026-06-26",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/index.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/index"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
      "title": "llm-d 기반 EKS 분산 추론 가이드",
      "description": "llm-d 아키텍처 개념, KV Cache-aware 라우팅, Disaggregated Serving, EKS Auto Mode 통합 전략",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "llm-d",
        "vllm",
        "inference-gateway",
        "gpu",
        "auto-mode",
        "karpenter",
        "kv-cache",
        "kubernetes",
        "inference"
      ],
      "created": "2026-02-10",
      "updated": "2026-06-28",
      "reading_time": 17,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
      "title": "MoE 모델 서빙 개념 가이드",
      "description": "Mixture of Experts 모델의 아키텍처 개념, 분산 배포 전략, 성능 최적화 원리",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "moe",
        "vllm",
        "model-serving",
        "gpu",
        "mixtral",
        "inference",
        "architecture"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/model-serving/gpu-infrastructure/aws-neuron-stack",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/nemo-framework",
      "title": "NeMo 프레임워크",
      "description": "NVIDIA NeMo Framework의 분산 학습, 파인튜닝, TensorRT-LLM 변환 아키텍처",
      "domain": "agentic-ai-platform",
      "tags": [
        "nemo",
        "nvidia",
        "fine-tuning",
        "tensorrt-llm",
        "triton",
        "nccl",
        "distributed-training",
        "training"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks/nemo-framework",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/nemo-framework.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
      "title": "vLLM 모델 서빙",
      "description": "vLLM의 PagedAttention, 병렬화 전략, Multi-LoRA, 하드웨어 지원 아키텍처",
      "domain": "agentic-ai-platform",
      "tags": [
        "vllm",
        "paged-attention",
        "tensor-parallel",
        "pipeline-parallel",
        "multi-lora",
        "serving",
        "inference",
        "gpu",
        "optimization"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 19,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-infrastructure-overview",
      "title": "추론 인프라 전체 구조와 튜닝 레이어",
      "description": "LLM 추론이 인프라 레벨에서 동작하는 전체 요청 경로와, 계층별 튜닝 레버(인퍼런스 게이트웨이·prefill/decode 분리·context/KV cache-aware 라우팅·LMCache·캐시 히트 전략)를 한 장의 지도로 정리",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference",
        "architecture",
        "inference-gateway",
        "kv-cache",
        "routing",
        "eks"
      ],
      "created": "2026-06-25",
      "updated": "2026-06-28",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-infrastructure-overview",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-infrastructure-overview.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
        "agentic-ai-platform/model-serving/inference-optimization/lmcache",
        "agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/index",
        "agentic-ai-platform/model-serving/inference-frameworks/hyperpod-inference-operator",
        "agentic-ai-platform/model-serving/inference-routing/request-cascading",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy",
      "title": "캐시 히트 전략",
      "description": "KV/Prefix·Prompt·Semantic 3계층 추론 캐시를 하나의 의사결정 프레임으로 통합하고, 계층별 히트율 목표와 측정 지점, 튜닝 레버를 정리",
      "domain": "agentic-ai-platform",
      "tags": [
        "caching",
        "kv-cache",
        "semantic-caching",
        "cost-optimization",
        "inference"
      ],
      "created": "2026-06-25",
      "updated": "2026-06-28",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-infrastructure-overview",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/lmcache"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
      "title": "Disaggregated Serving + LWS 멀티노드",
      "description": "Prefill/Decode 분리 아키텍처와 NIXL 공통 KV 전송 엔진, LeaderWorkerSet 기반 700B+ 대형 MoE 모델 멀티노드 배포 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference",
        "optimization",
        "llm-d",
        "dynamo",
        "lws",
        "nixl",
        "distributed-training"
      ],
      "created": "2026-04-03",
      "updated": "2026-06-28",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations",
      "title": "GPU 오토스케일링과 대형 모델 배포 운영",
      "description": "LLM 서빙을 위한 2-Tier GPU 오토스케일링(KEDA·Karpenter)·DRA 호환성과 대형 MoE 모델(GLM-5·Kimi K2.5) 배포에서 축적된 실전 운영 교훈",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference",
        "optimization",
        "gpu",
        "karpenter",
        "keda",
        "autoscaling",
        "lessons-learned"
      ],
      "created": "2026-04-03",
      "updated": "2026-06-28",
      "reading_time": 13,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations.md",
      "related": [
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-optimization/index",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/index",
      "title": "Inference Optimization on EKS",
      "description": "LLM Inference 성능을 극대화하는 EKS 아키텍처 개요 — vLLM, KV Cache-Aware Routing, Disaggregated Serving, LWS 멀티노드, GPU 오토스케일링의 시작점",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference",
        "optimization",
        "eks",
        "gpu",
        "vllm",
        "architecture"
      ],
      "created": "2026-04-03",
      "updated": "2026-06-26",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/index.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-infrastructure-overview",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
        "agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
      "title": "KV Cache 최적화 (vLLM Deep Dive + Cache-Aware Routing)",
      "description": "vLLM PagedAttention·Continuous Batching·FP8 KV Cache 등 핵심 기술 정리와 llm-d/NVIDIA Dynamo의 KV Cache-Aware Routing 비교 및 Gateway 구성",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference",
        "optimization",
        "vllm",
        "kv-cache",
        "paged-attention",
        "llm-d"
      ],
      "created": "2026-04-03",
      "updated": "2026-06-28",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
        "agentic-ai-platform/model-serving/inference-optimization/gpu-autoscaling-operations",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/lmcache",
      "title": "LMCache: KV 캐시 오프로딩과 공유",
      "description": "GPU 메모리 너머 CPU·디스크로 KV 캐시를 오프로딩하고 추론 인스턴스 간 공유하는 LMCache의 개념과, vLLM prefix cache·NIXL·kvaware 라우팅과의 관계",
      "domain": "agentic-ai-platform",
      "tags": [
        "lmcache",
        "kv-cache",
        "inference",
        "vllm"
      ],
      "created": "2026-06-25",
      "updated": "2026-06-28",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/lmcache",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/lmcache.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/cache-hit-strategy",
        "agentic-ai-platform/model-serving/inference-infrastructure-overview",
        "agentic-ai-platform/model-serving/inference-optimization/disaggregated-serving",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-frameworks/hyperpod-inference-operator",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
      "title": "Semantic Caching 전략",
      "description": "LLM Gateway 레벨 의미 기반 캐싱 전략과 구현 옵션 비교 (GPTCache, Redis Semantic Cache, Portkey, Helicone, Bifrost+Redis)",
      "domain": "agentic-ai-platform",
      "tags": [
        "semantic-caching",
        "caching",
        "cost-optimization",
        "gateway",
        "kgateway",
        "bifrost",
        "litellm",
        "portkey",
        "helicone",
        "inference-gateway"
      ],
      "created": "2026-04-17",
      "updated": "2026-07-04",
      "reading_time": 20,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-routing/openclaw-example"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
      "title": "Cascade Routing 실전 튜닝",
      "description": "Inference Gateway Cascade Routing의 분류 임계값·Canary 롤아웃·Fallback·비용 드리프트 경보를 프로덕션 trace 기반으로 튜닝하는 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "cascade-routing",
        "inference-gateway",
        "langfuse",
        "tuning"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-routing/openclaw-example",
      "title": "OpenClaw AI Agent Gateway 배포 및 Full Observability",
      "description": "OpenClaw AI 에이전트 게이트웨이를 EKS에 비용 최적화 배포하고, Bifrost Auto-Router + Cilium Hubble + Langfuse로 Full Observability 구현",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "openclaw",
        "bifrost",
        "langfuse",
        "cilium",
        "hubble",
        "bedrock",
        "graviton",
        "pod-identity",
        "observability"
      ],
      "created": "2026-03-06",
      "updated": "2026-06-28",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-routing/openclaw-example",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-routing/openclaw-example.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-routing/request-cascading",
      "title": "Request Cascading — 지능형 모델 라우팅",
      "description": "요청 복잡도 기반 모델 자동 라우팅 — LLM Classifier·LiteLLM·vLLM Semantic Router 구현 접근 비교와 RouteLLM 연구 참조, 비용 절감 효과",
      "domain": "agentic-ai-platform",
      "tags": [
        "cascade-routing",
        "kgateway",
        "litellm",
        "bifrost",
        "vllm-semantic-router",
        "routellm",
        "cost-optimization"
      ],
      "created": "2026-07-04",
      "updated": "2026-07-04",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-routing/request-cascading",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-routing/request-cascading.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
      "title": "추론 게이트웨이 & LLM Gateway 라우팅 전략",
      "description": "kgateway + Bifrost/LiteLLM 2-Tier 아키텍처와 Cascade Routing, Semantic Router, Hybrid Routing 설계 패턴",
      "domain": "agentic-ai-platform",
      "tags": [
        "kgateway",
        "bifrost",
        "litellm",
        "gateway-api",
        "agentgateway",
        "cascade-routing",
        "semantic-caching",
        "vllm-semantic-router",
        "epp",
        "hyperpod-inference-operator",
        "kong",
        "kv-cache-aware-routing"
      ],
      "created": "2025-02-05",
      "updated": "2026-07-04",
      "reading_time": 46,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-routing/routing-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-routing/routing-strategy.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
        "agentic-ai-platform/model-serving/inference-routing/request-cascading",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
        "agentic-ai-platform/model-serving/inference-optimization/kv-cache-optimization",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
        "agentic-ai-platform/model-serving/inference-routing/openclaw-example",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
      "title": "티어드 게이트웨이 아키텍처",
      "description": "Agentic AI 플랫폼의 게이트웨이 계층 단일 정의: Tier 1 Ingress, Tier 2 추론 라우팅(Inference Extension)과 LLM API 게이트웨이, Agent Data Plane의 역할 구분과 채움 전략",
      "domain": "agentic-ai-platform",
      "tags": [
        "gateway-api",
        "inference-gateway",
        "kgateway",
        "agentgateway",
        "networking"
      ],
      "created": "2026-06-17",
      "updated": "2026-06-30",
      "reading_time": 7,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/data-infrastructure/index",
      "title": "데이터 인프라",
      "description": "Agentic AI 플랫폼의 벡터 데이터베이스·임베딩 스토어 등 데이터 계층 운영",
      "domain": "agentic-ai-platform",
      "tags": [
        "operations",
        "data-infrastructure",
        "vector-database",
        "milvus"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/data-infrastructure",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/data-infrastructure/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
      "title": "Milvus 벡터 데이터베이스 통합",
      "description": "Amazon EKS에서 Milvus 벡터 데이터베이스를 배포하고 RAG 파이프라인과 통합하는 방법",
      "domain": "agentic-ai-platform",
      "tags": [
        "milvus",
        "vector-database",
        "rag",
        "kubernetes",
        "eks",
        "genai",
        "embedding"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/design-architecture/foundations/agentic-ai-challenges",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/agentic-playbook",
      "title": "Agentic Playbook",
      "description": "Agent 워크플로우를 IaC처럼 선언적으로 정의하고 컴플라이언스를 자동화하는 Playbook 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "playbook",
        "agent",
        "langgraph",
        "guardrails",
        "compliance",
        "gitops"
      ],
      "created": "2026-04-04",
      "updated": "2026-06-28",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance/agentic-playbook",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/agentic-playbook.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
      "title": "AI Gateway Guardrails",
      "description": "LLM Gateway 레벨 Guardrails — PII Redaction, Prompt Injection 방어, Content Filtering, 도구 비교와 한국 금융권 컴플라이언스 매핑",
      "domain": "agentic-ai-platform",
      "tags": [
        "guardrails",
        "pii",
        "prompt-injection",
        "safety",
        "llm-security",
        "compliance",
        "ismsp",
        "bedrock-guardrails",
        "nemo-guardrails",
        "llama-guard"
      ],
      "created": "2026-04-17",
      "updated": "2026-06-28",
      "reading_time": 24,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails.md",
      "related": [
        "agentic-ai-platform/operations-mlops/governance/compliance-framework",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/design-architecture/platform-selection/agentic-ai-solutions-eks"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/compliance-framework",
      "title": "엔터프라이즈 컴플라이언스 프레임워크",
      "description": "SOC2, ISO27001, 전자금융감독규정, ISMS-P를 AI 운영에 매핑하는 컴플라이언스 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "compliance",
        "soc2",
        "iso27001",
        "isms-p",
        "audit",
        "security"
      ],
      "created": "2026-04-04",
      "updated": "2026-06-28",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance/compliance-framework",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/compliance-framework.md",
      "related": [
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/operations-mlops/governance/ai-gateway-guardrails",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/domain-customization",
      "title": "도메인 특화 (LoRA + RAG)",
      "description": "LoRA Fine-tuning, VectorRAG, GraphRAG로 기술 도메인 코딩 퀄리티를 높이는 가이드 — FSI SI 실전 시나리오 포함",
      "domain": "agentic-ai-platform",
      "tags": [
        "lora",
        "rag",
        "graphrag",
        "fsi",
        "fine-tuning",
        "domain",
        "legacy-migration"
      ],
      "created": "2026-04-04",
      "updated": "2026-06-28",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance/domain-customization",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/domain-customization.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/index",
      "title": "거버넌스 · 평가 · 컴플라이언스",
      "description": "품질 평가·운영 플레이북·AI Gateway 가드레일·컴플라이언스·도메인 커스터마이징을 아우르는 거버넌스 문서 모음",
      "domain": "agentic-ai-platform",
      "tags": [
        "operations",
        "governance",
        "compliance",
        "guardrails",
        "evaluation"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
      "title": "Ragas RAG 평가 프레임워크",
      "description": "Ragas를 활용한 RAG 파이프라인 품질 평가 및 지속적 개선 방법",
      "domain": "agentic-ai-platform",
      "tags": [
        "ragas",
        "rag",
        "evaluation",
        "llm",
        "quality",
        "genai",
        "testing"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-28",
      "reading_time": 21,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/governance/ragas-evaluation.md",
      "related": [
        "agentic-ai-platform/operations-mlops/data-infrastructure/milvus-vector-database",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/index",
      "title": "운영 & 거버넌스",
      "description": "AI 플랫폼 모니터링, Observability, 평가, 컴플라이언스, 도메인 특화 운영 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "operations",
        "monitoring",
        "observability",
        "mlops",
        "compliance"
      ],
      "created": "2026-03-06",
      "updated": "2026-06-26",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/index.md",
      "related": [
        "agentic-ai-platform/reference-architecture/index",
        "agentic-ai-platform/design-architecture/index"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
      "title": "AI Agent 모니터링 및 운영",
      "description": "Langfuse 기반 Agent 모니터링 운영 전용 문서 — 모니터링 아키텍처·핵심 메트릭·PromQL·알림·비용 추적 (도구 비교는 LLMOps Observability 문서 참조)",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "langfuse",
        "langsmith",
        "monitoring",
        "observability",
        "tracing",
        "opentelemetry",
        "operations",
        "alerting"
      ],
      "created": "2026-02-05",
      "updated": "2026-07-04",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/observability/agent-monitoring",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/observability/agent-monitoring.md",
      "related": [
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/observability/index",
      "title": "관측성 & 모니터링",
      "description": "Agent 실행 추적·LLM 호출 모니터링·에이전트 수명주기 관측성을 다루는 문서 모음",
      "domain": "agentic-ai-platform",
      "tags": [
        "operations",
        "observability",
        "monitoring",
        "langfuse"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/observability",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/observability/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/observability/kagent-kubernetes-agents",
      "title": "Kagent - Kubernetes AI Agent 관리",
      "description": "Kagent를 활용한 Kubernetes 환경에서의 AI 에이전트 선언적 관리 아키텍처 및 오케스트레이션 패턴",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "kagent",
        "kubernetes",
        "agent",
        "crd",
        "operator"
      ],
      "created": "2026-02-05",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/observability/kagent-kubernetes-agents",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/observability/kagent-kubernetes-agents.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management"
      ]
    },
    {
      "slug": "agentic-ai-platform/operations-mlops/observability/llmops-observability",
      "title": "LLMOps Observability 비교 가이드",
      "description": "LLMOps Observability 도구 비교 전용 문서 — Langfuse·LangSmith·Helicone·CloudWatch 선택 기준과 하이브리드 아키텍처 (Langfuse 운영은 Agent 모니터링 문서 참조)",
      "domain": "agentic-ai-platform",
      "tags": [
        "eks",
        "observability",
        "langfuse",
        "langsmith",
        "helicone",
        "llmops",
        "monitoring"
      ],
      "created": "2026-03-16",
      "updated": "2026-07-04",
      "reading_time": 13,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/operations-mlops/observability/llmops-observability",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/operations-mlops/observability/llmops-observability.md",
      "related": [
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/index",
      "title": "Reference Architecture",
      "description": "Agentic AI Platform 실전 배포 및 구성 레퍼런스 아키텍처",
      "domain": "agentic-ai-platform",
      "tags": [
        "reference-architecture",
        "deployment",
        "eks",
        "gpu",
        "monitoring"
      ],
      "created": "2026-04-06",
      "updated": "2026-06-26",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/index.md",
      "related": [
        "agentic-ai-platform/design-architecture/foundations/agentic-platform-architecture",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/inference-gateway/index",
      "title": "추론 게이트웨이 배포",
      "description": "kgateway·Bifrost 기반 2-Tier 추론 게이트웨이의 실전 배포 가이드 — Helm 설치, HTTPRoute 구성, OTel 연동, 트러블슈팅",
      "domain": "agentic-ai-platform",
      "tags": [
        "reference-architecture",
        "inference-gateway",
        "kgateway",
        "bifrost",
        "cascade-routing"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/inference-gateway",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/inference-gateway/index.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-infrastructure-overview",
        "agentic-ai-platform/model-serving/inference-routing/tiered-gateway-architecture",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features",
      "title": "고급 기능",
      "description": "LLM Classifier, CloudFront/WAF, Semantic Caching 구성",
      "domain": "agentic-ai-platform",
      "tags": [
        "llm-classifier",
        "inference-extension",
        "epp",
        "inferencepool",
        "cloudfront",
        "waf",
        "semantic-caching"
      ],
      "created": "2026-04-06",
      "updated": "2026-06-28",
      "reading_time": 17,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features.md",
      "related": [
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/model-serving/inference-optimization/semantic-caching-strategy",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment",
      "title": "기본 배포",
      "description": "kgateway 설치, HTTPRoute 설정, Bifrost Gateway Mode 구성",
      "domain": "agentic-ai-platform",
      "tags": [
        "kgateway",
        "bifrost",
        "httproute",
        "gateway-api"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment.md",
      "related": [
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/inference-gateway/setup/index",
      "title": "Inference Gateway 배포 가이드",
      "description": "kgateway 기반 Inference Gateway의 단계별 배포 가이드 (기본/고급/트러블슈팅)",
      "domain": "agentic-ai-platform",
      "tags": [
        "inference-gateway",
        "kgateway",
        "deployment"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-26",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/inference-gateway/setup",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/inference-gateway/setup/index.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide",
      "title": "트러블슈팅 가이드",
      "description": "Inference Gateway 배포 및 운영 중 발생하는 일반적인 문제와 해결 방법",
      "domain": "agentic-ai-platform",
      "tags": [
        "troubleshooting",
        "debugging",
        "kgateway",
        "bifrost"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/inference-gateway/setup/troubleshooting-guide.md",
      "related": [
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/basic-deployment",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/reference-architecture/inference-gateway/setup/advanced-features",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
      "title": "코딩 도구 연동 & 비용 분석",
      "description": "Aider, Cline, Continue.dev 연동 + Bedrock vs Kiro vs 자체 호스팅 비용 비교",
      "domain": "agentic-ai-platform",
      "tags": [
        "aider",
        "cline",
        "cursor",
        "cost-analysis",
        "kiro",
        "bedrock",
        "bifrost"
      ],
      "created": "2026-04-06",
      "updated": "2026-06-28",
      "reading_time": 17,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/integrations/index",
      "title": "통합 & 비용",
      "description": "SageMaker 하이브리드 통합·Observability 스택 배포·코딩 도구 비용 분석",
      "domain": "agentic-ai-platform",
      "tags": [
        "reference-architecture",
        "integrations",
        "sagemaker",
        "cost-analysis",
        "monitoring"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/integrations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/integrations/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
      "title": "모니터링 & Observability 구성 가이드",
      "description": "Prometheus→AMP, AMG, Langfuse, Bifrost OTel 통합 모니터링 실전 구성 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "monitoring",
        "langfuse",
        "amp",
        "amg",
        "prometheus",
        "otel",
        "deployment"
      ],
      "created": "2026-04-06",
      "updated": "2026-06-28",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup.md",
      "related": [
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/integrations/open-weight-model-deployment",
      "title": "오픈웨이트 모델 배포 가이드",
      "description": "토큰 이코노믹스와 데이터 주권 관점에서 오픈웨이트 LLM 자체 배포를 평가하고 결정하기 위한 고객용 의사결정 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "open-weight",
        "token-economics",
        "data-sovereignty",
        "cost-optimization",
        "compliance",
        "vllm",
        "eks"
      ],
      "created": "2026-06-26",
      "updated": "2026-06-28",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/integrations/open-weight-model-deployment",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/integrations/open-weight-model-deployment.md",
      "related": [
        "agentic-ai-platform/design-architecture/platform-selection/ai-platform-decision-framework",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "aidlc/enterprise/cost-estimation",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/design-architecture/platform-selection/sovereign-hybrid-deployment",
        "agentic-ai-platform/operations-mlops/governance/compliance-framework",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration",
      "title": "SageMaker-EKS 하이브리드 ML 아키텍처",
      "description": "SageMaker에서 학습하고 EKS에서 서빙하는 하이브리드 ML 아키텍처",
      "domain": "agentic-ai-platform",
      "tags": [
        "sagemaker",
        "eks",
        "hybrid",
        "mlops",
        "model-registry",
        "training",
        "inference"
      ],
      "created": "2026-02-11",
      "updated": "2026-06-28",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration.md",
      "related": [
        "agentic-ai-platform/reference-architecture/model-lifecycle/mlops-pipeline-eks",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout",
      "title": "Eval Gate · Registry · KPI",
      "description": "학습된 체크포인트의 Threshold 검증, kgateway 기반 Canary 점진 배포, MLflow Registry 버전 관리, 회귀 시 자동 롤백, 비용·품질 KPI 대시보드 구성.",
      "domain": "agentic-ai-platform",
      "tags": [
        "continuous-training",
        "canary",
        "mlflow",
        "rollback",
        "monitoring"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout.md",
      "related": [
        "aidlc/enterprise/agent-versioning/index",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training",
      "title": "GRPO/DPO 학습 Job",
      "description": "레이블링된 preference 데이터셋으로 NeMo-RL(GRPO)·TRL(DPO) 학습 Job을 Karpenter Spot 노드풀 + Volcano Gang Scheduling으로 실행하는 실전 구성.",
      "domain": "agentic-ai-platform",
      "tags": [
        "continuous-training",
        "grpo",
        "dpo",
        "training",
        "nemo",
        "trl"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training.md",
      "related": [
        "agentic-ai-platform/model-serving/inference-frameworks/nemo-framework",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/index",
      "title": "Continuous Training Pipeline",
      "description": "Langfuse trace를 자동 학습 데이터로 승격해 GRPO/DPO preference tuning과 Canary 배포까지 연결하는 EKS 기반 5단계 파이프라인 개요.",
      "domain": "agentic-ai-platform",
      "tags": [
        "continuous-training",
        "mlops",
        "pipeline",
        "grpo",
        "dpo"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-26",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/index.md",
      "related": [
        "agentic-ai-platform/design-architecture/advanced-patterns/self-improving-agent-loop",
        "agentic-ai-platform/design-architecture/advanced-patterns/adr-self-improving-loop",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
        "agentic-ai-platform/model-serving/inference-routing/cascade-routing-tuning",
        "aidlc/enterprise/agent-versioning/index",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset",
      "title": "Trace → Dataset Materializer",
      "description": "Langfuse OTel 트레이스를 S3 Parquet/Iceberg로 적재하고 Ragas + LLM Judge Fleet로 Reward를 레이블링해 GRPO/DPO 학습 데이터셋을 자동 구성합니다.",
      "domain": "agentic-ai-platform",
      "tags": [
        "continuous-training",
        "langfuse",
        "ragas",
        "evaluation",
        "s3"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-28",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/trace-to-dataset.md",
      "related": [
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/grpo-dpo-training",
        "agentic-ai-platform/reference-architecture/model-lifecycle/continuous-training/evaluation-rollout",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
      "title": "커스텀 모델 배포 가이드",
      "description": "GLM-5.1 사례 기반 — 대형 오픈소스 모델의 EKS 배포 실전 가이드",
      "domain": "agentic-ai-platform",
      "tags": [
        "deployment",
        "glm-5",
        "vllm",
        "eks",
        "gpu",
        "lws",
        "lessons-learned"
      ],
      "created": "2026-04-04",
      "updated": "2026-06-28",
      "reading_time": 21,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/nvidia-gpu-stack",
        "agentic-ai-platform/model-serving/inference-frameworks/vllm-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/moe-model-serving",
        "agentic-ai-platform/model-serving/inference-frameworks/llm-d-eks-automode",
        "agentic-ai-platform/model-serving/gpu-infrastructure/eks-gpu-node-strategy",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/model-serving/inference-routing/routing-strategy"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
      "title": "커스텀 모델 파이프라인 구축 가이드",
      "description": "LoRA Fine-tuning, Multi-LoRA 핫스왑, SLM Cascade Routing으로 도메인별 최적화된 모델 서빙 파이프라인 구축",
      "domain": "agentic-ai-platform",
      "tags": [
        "lora",
        "fine-tuning",
        "cascade-routing",
        "multi-lora",
        "slm",
        "pipeline",
        "vllm",
        "bifrost"
      ],
      "created": "2026-04-06",
      "updated": "2026-06-28",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-pipeline.md",
      "related": [
        "agentic-ai-platform/operations-mlops/index",
        "agentic-ai-platform/reference-architecture/model-lifecycle/custom-model-deployment",
        "agentic-ai-platform/operations-mlops/governance/domain-customization",
        "agentic-ai-platform/model-serving/inference-frameworks/nemo-framework",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "agentic-ai-platform/reference-architecture/integrations/monitoring-observability-setup",
        "agentic-ai-platform/reference-architecture/integrations/coding-tools-cost-analysis",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "agentic-ai-platform/operations-mlops/observability/llmops-observability"
      ]
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/index",
      "title": "모델 수명주기",
      "description": "커스텀 모델 배포·파인튜닝 파이프라인·MLOps 오케스트레이션·지속 학습 파이프라인",
      "domain": "agentic-ai-platform",
      "tags": [
        "reference-architecture",
        "mlops",
        "model-serving",
        "fine-tuning",
        "continuous-training"
      ],
      "created": "2026-04-20",
      "updated": "2026-06-26",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/index.md",
      "related": []
    },
    {
      "slug": "agentic-ai-platform/reference-architecture/model-lifecycle/mlops-pipeline-eks",
      "title": "EKS 기반 MLOps 파이프라인 구축",
      "description": "Kubeflow + MLflow + vLLM + ArgoCD GitOps 기반 엔드투엔드 ML 라이프사이클 관리",
      "domain": "agentic-ai-platform",
      "tags": [
        "mlops",
        "kubeflow",
        "mlflow",
        "vllm",
        "argocd",
        "gitops",
        "argo-workflows",
        "eks",
        "ml-pipeline"
      ],
      "created": "2026-02-11",
      "updated": "2026-06-28",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/agentic-ai-platform/reference-architecture/model-lifecycle/mlops-pipeline-eks",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/agentic-ai-platform/reference-architecture/model-lifecycle/mlops-pipeline-eks.md",
      "related": [
        "agentic-ai-platform/model-serving/gpu-infrastructure/gpu-resource-management",
        "agentic-ai-platform/reference-architecture/integrations/sagemaker-eks-integration",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "aidlc/enterprise/adoption-strategy",
      "title": "엔터프라이즈 AIDLC 도입 전략",
      "description": "AIDLC 엔터프라이즈 도입 전략 — 워터폴→하이브리드 전환, 챔피언 모델, 단계별 확산 로드맵",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 13,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/adoption-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/adoption-strategy.md",
      "related": [
        "aidlc/enterprise/role-composition",
        "aidlc/methodology/principles-and-model",
        "aidlc/enterprise/governance-framework",
        "aidlc/enterprise/cost-estimation"
      ]
    },
    {
      "slug": "aidlc/enterprise/agent-versioning/deployment-strategies",
      "title": "배포 전략 — Shadow·Canary·A/B·Blue-Green",
      "description": "점진적 모델 교체 전략과 Feature Flag 기반 프롬프트 전개 방식",
      "domain": "aidlc",
      "tags": [
        "deployment",
        "canary",
        "shadow",
        "ab-test",
        "blue-green",
        "feature-flag"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/agent-versioning/deployment-strategies",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/agent-versioning/deployment-strategies.md",
      "related": [
        "aidlc/enterprise/agent-versioning/governance-automation",
        "aidlc/enterprise/agent-versioning/prompt-model-registry",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "aidlc/enterprise/agent-versioning/governance-automation",
      "title": "거버넌스·자동화",
      "description": "회귀 감지, 자동 롤백, 승인 워크플로, 감사 증빙, AIDLC 단계별 활용 방안",
      "domain": "aidlc",
      "tags": [
        "governance",
        "automation",
        "rollback",
        "audit",
        "regression-detection"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/agent-versioning/governance-automation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/agent-versioning/governance-automation.md",
      "related": [
        "aidlc/toolchain/evaluation-framework",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring",
        "aidlc/enterprise/agent-versioning/prompt-model-registry",
        "aidlc/enterprise/agent-versioning/deployment-strategies"
      ]
    },
    {
      "slug": "aidlc/enterprise/agent-versioning/index",
      "title": "Agent Versioning & Change Management",
      "description": "엔터프라이즈 Agent의 프롬프트·모델·배포 전략·거버넌스를 통합하는 Change Management 체계",
      "domain": "aidlc",
      "tags": [
        "agent-versioning",
        "prompt-registry",
        "canary",
        "feature-flag"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/agent-versioning",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/agent-versioning/index.md",
      "related": [
        "aidlc/enterprise/agent-versioning/prompt-model-registry",
        "aidlc/enterprise/agent-versioning/deployment-strategies",
        "aidlc/enterprise/agent-versioning/governance-automation",
        "aidlc/toolchain/evaluation-framework",
        "agentic-ai-platform/operations-mlops/observability/agent-monitoring"
      ]
    },
    {
      "slug": "aidlc/enterprise/agent-versioning/prompt-model-registry",
      "title": "프롬프트·모델 레지스트리",
      "description": "Langfuse, PromptLayer, Braintrust, AWS Bedrock Prompt Management 비교 및 구축 가이드",
      "domain": "aidlc",
      "tags": [
        "prompt-registry",
        "versioning",
        "langfuse",
        "bedrock"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/agent-versioning/prompt-model-registry",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/agent-versioning/prompt-model-registry.md",
      "related": [
        "aidlc/enterprise/agent-versioning/deployment-strategies",
        "aidlc/enterprise/agent-versioning/governance-automation",
        "aidlc/toolchain/evaluation-framework"
      ]
    },
    {
      "slug": "aidlc/enterprise/case-studies",
      "title": "AIDLC 사례 연구",
      "description": "AIDLC 엔터프라이즈 - case-studies",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/case-studies",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/case-studies.md",
      "related": [
        "aidlc/enterprise/adoption-strategy",
        "aidlc/enterprise/role-composition",
        "aidlc/enterprise/cost-estimation",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/enterprise/msa-complexity/index",
        "aidlc/methodology/principles-and-model",
        "aidlc/methodology/ddd-integration"
      ]
    },
    {
      "slug": "aidlc/enterprise/cost-estimation",
      "title": "비용 효과 프레임워크",
      "description": "AIDLC 엔터프라이즈 - cost-estimation",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 21,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/cost-estimation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/cost-estimation.md",
      "related": [
        "aidlc/enterprise/adoption-strategy",
        "aidlc/enterprise/role-composition",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/toolchain/open-weight-models"
      ]
    },
    {
      "slug": "aidlc/enterprise/extension-system",
      "title": "Extension System",
      "description": "AWS Labs AIDLC Extension System — opt-in 메커니즘으로 조직별 보안·컴플라이언스·도메인 규칙을 AIDLC 워크플로에 통합",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "extension",
        "enterprise",
        "compliance",
        "governance"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/extension-system",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/extension-system.md",
      "related": [
        "aidlc/methodology/common-rules",
        "aidlc/enterprise/governance-framework",
        "aidlc/enterprise/adoption-strategy",
        "aidlc/operations/audit-governance"
      ]
    },
    {
      "slug": "aidlc/enterprise/governance-framework",
      "title": "거버넌스 프레임워크",
      "description": "AIDLC 엔터프라이즈 - governance-framework",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/governance-framework",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/governance-framework.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/toolchain/open-weight-models",
        "aidlc/enterprise/adoption-strategy"
      ]
    },
    {
      "slug": "aidlc/enterprise/index",
      "title": "AIDLC 엔터프라이즈 도입",
      "description": "AIDLC 엔터프라이즈 - index",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/index.md",
      "related": [
        "aidlc/enterprise/adoption-strategy",
        "aidlc/enterprise/cost-estimation",
        "aidlc/enterprise/role-composition",
        "aidlc/enterprise/governance-framework",
        "aidlc/enterprise/msa-complexity/index",
        "aidlc/enterprise/case-studies"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/implementation/harness-checklist",
      "title": "하네스 체크리스트",
      "description": "MSA 패턴별 필수 하네스와 구현 가이드",
      "domain": "aidlc",
      "tags": [
        "harness",
        "testing",
        "aidlc",
        "enterprise"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/implementation/harness-checklist",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/implementation/harness-checklist.md",
      "related": [
        "aidlc/enterprise/msa-complexity/implementation/verification",
        "aidlc/enterprise/msa-complexity/implementation/ontology-guide"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/implementation/ontology-guide",
      "title": "온톨로지 작성 가이드",
      "description": "MSA 복잡도별 온톨로지 깊이와 작성 가이드라인",
      "domain": "aidlc",
      "tags": [
        "ontology",
        "aidlc",
        "enterprise"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/implementation/ontology-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/implementation/ontology-guide.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/enterprise/msa-complexity/implementation/harness-checklist",
        "aidlc/enterprise/msa-complexity/implementation/verification"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/implementation/verification",
      "title": "검증 방법론",
      "description": "복잡 MSA에서 AIDLC 적용 시 품질을 보장하는 검증 방법",
      "domain": "aidlc",
      "tags": [
        "verification",
        "testing",
        "quality",
        "aidlc",
        "enterprise"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/implementation/verification",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/implementation/verification.md",
      "related": [
        "aidlc/enterprise/msa-complexity/implementation/ontology-guide",
        "aidlc/enterprise/msa-complexity/implementation/harness-checklist",
        "aidlc/enterprise/msa-complexity/index"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/index",
      "title": "MSA 복잡도 가이드 (Enterprise)",
      "description": "엔터프라이즈 환경에서 MSA 난이도를 Level 1-5로 진단하고 패턴별 가이드·하네스·검증을 통합 제공",
      "domain": "aidlc",
      "tags": [
        "msa",
        "aidlc",
        "enterprise",
        "patterns"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/index.md",
      "related": [
        "aidlc/methodology/ddd-integration",
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/enterprise/adoption-strategy"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/pattern-guides/l1-l2-simple-msa",
      "title": "Level 1-2: 단순 CRUD & 동기 MSA",
      "description": "Level 1 단순 CRUD 서비스와 Level 2 동기 MSA 오케스트레이션 패턴 적용 가이드",
      "domain": "aidlc",
      "tags": [
        "msa",
        "aidlc",
        "crud",
        "synchronous"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/pattern-guides/l1-l2-simple-msa",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/pattern-guides/l1-l2-simple-msa.md",
      "related": [
        "aidlc/enterprise/msa-complexity/pattern-guides/l3-l4-async-saga",
        "aidlc/enterprise/msa-complexity/pattern-guides/l5-event-sourcing"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/pattern-guides/l3-l4-async-saga",
      "title": "Level 3-4: 비동기 이벤트 & Saga",
      "description": "Level 3 비동기 이벤트 기반 MSA와 Level 4 Saga + 보상 트랜잭션 패턴 적용 가이드",
      "domain": "aidlc",
      "tags": [
        "msa",
        "aidlc",
        "async",
        "saga",
        "event-driven"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/pattern-guides/l3-l4-async-saga",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/pattern-guides/l3-l4-async-saga.md",
      "related": [
        "aidlc/enterprise/msa-complexity/pattern-guides/l5-event-sourcing",
        "aidlc/enterprise/msa-complexity/implementation/ontology-guide",
        "aidlc/enterprise/msa-complexity/implementation/harness-checklist"
      ]
    },
    {
      "slug": "aidlc/enterprise/msa-complexity/pattern-guides/l5-event-sourcing",
      "title": "Level 5: Event Sourcing & CQRS",
      "description": "Level 5 분산 트랜잭션 + CQRS + Event Sourcing 패턴 적용 가이드",
      "domain": "aidlc",
      "tags": [
        "msa",
        "aidlc",
        "event-sourcing",
        "cqrs"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/msa-complexity/pattern-guides/l5-event-sourcing",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/msa-complexity/pattern-guides/l5-event-sourcing.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/enterprise/msa-complexity/implementation/ontology-guide",
        "aidlc/enterprise/msa-complexity/implementation/harness-checklist",
        "aidlc/enterprise/msa-complexity/implementation/verification"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/frameworks/eu-ai-act",
      "title": "EU AI Act — 고위험 AI 시스템 규제",
      "description": "EU AI Act의 위험도 분류, High-risk AI 의무사항, GPAI 제공자 의무, AIDLC 통합 가이드",
      "domain": "aidlc",
      "tags": [
        "eu-ai-act",
        "compliance",
        "high-risk-ai",
        "gpai"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance/frameworks/eu-ai-act",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/frameworks/eu-ai-act.md",
      "related": [
        "aidlc/enterprise/regulatory-compliance/index",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/frameworks/iso-42001",
      "title": "ISO/IEC 42001:2023 — AI 관리 시스템 국제 표준",
      "description": "ISO/IEC 42001:2023 AI Management System의 PDCA 구조, Annex A Controls, 인증 절차 및 AIDLC 통합 가이드",
      "domain": "aidlc",
      "tags": [
        "iso-42001",
        "aims",
        "certification",
        "pdca"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance/frameworks/iso-42001",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/frameworks/iso-42001.md",
      "related": [
        "aidlc/enterprise/governance-framework",
        "aidlc/enterprise/regulatory-compliance/index",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/frameworks/korea-ai-law",
      "title": "한국 AI 기본법 — 고영향 AI 규제와 생성형 AI 표시 의무",
      "description": "한국 AI 기본법의 고영향 AI 시스템 영향 평가, 생성형 AI 표시 의무, PIPA/ISMS-P 교차 준수 및 AIDLC 통합 가이드",
      "domain": "aidlc",
      "tags": [
        "korea",
        "ai-law",
        "pipa",
        "isms-p",
        "compliance"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance/frameworks/korea-ai-law",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/frameworks/korea-ai-law.md",
      "related": [
        "aidlc/enterprise/regulatory-compliance/index",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/frameworks/nist-ai-rmf",
      "title": "NIST AI RMF — 미국 연방 AI 위험 관리 프레임워크",
      "description": "NIST AI Risk Management Framework 1.1의 4 Functions (GOVERN/MAP/MEASURE/MANAGE)와 AIDLC 통합 가이드",
      "domain": "aidlc",
      "tags": [
        "nist",
        "ai-rmf",
        "compliance",
        "federal"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance/frameworks/nist-ai-rmf",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/frameworks/nist-ai-rmf.md",
      "related": [
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/harness-engineering",
        "aidlc/enterprise/regulatory-compliance/index"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/implementation-guide",
      "title": "규제 컴플라이언스 구현 가이드",
      "description": "AIDLC 프로세스에 규제 요구사항을 통합하는 실전 구현 가이드 및 단계별 Adoption 로드맵",
      "domain": "aidlc",
      "tags": [
        "compliance",
        "implementation",
        "adoption",
        "roadmap"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance/implementation-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/implementation-guide.md",
      "related": [
        "aidlc/enterprise/regulatory-compliance/index",
        "aidlc/enterprise/regulatory-compliance/frameworks/eu-ai-act",
        "aidlc/enterprise/regulatory-compliance/frameworks/nist-ai-rmf",
        "aidlc/enterprise/regulatory-compliance/frameworks/iso-42001",
        "aidlc/enterprise/regulatory-compliance/frameworks/korea-ai-law",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/enterprise/regulatory-compliance/index",
      "title": "AI 규제 컴플라이언스 프레임워크",
      "description": "EU AI Act, NIST AI RMF, ISO/IEC 42001, 한국 AI 기본법 4개 프레임워크의 AIDLC 통합 가이드",
      "domain": "aidlc",
      "tags": [
        "compliance",
        "regulation",
        "eu-ai-act",
        "nist",
        "iso-42001"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/regulatory-compliance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/regulatory-compliance/index.md",
      "related": [
        "aidlc/enterprise/regulatory-compliance/frameworks/eu-ai-act",
        "aidlc/enterprise/regulatory-compliance/frameworks/nist-ai-rmf",
        "aidlc/enterprise/regulatory-compliance/frameworks/iso-42001",
        "aidlc/enterprise/regulatory-compliance/frameworks/korea-ai-law",
        "aidlc/enterprise/governance-framework",
        "aidlc/methodology/harness-engineering",
        "aidlc/methodology/adaptive-execution",
        "aidlc/enterprise/adoption-strategy"
      ]
    },
    {
      "slug": "aidlc/enterprise/role-composition",
      "title": "역할 재정의",
      "description": "AIDLC 엔터프라이즈 - role-composition",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "enterprise",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/enterprise/role-composition",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/enterprise/role-composition.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/enterprise/cost-estimation",
        "aidlc/enterprise/adoption-strategy"
      ]
    },
    {
      "slug": "aidlc/index",
      "title": "AIDLC: AI-Driven Development Lifecycle",
      "description": "AI-Driven Development Lifecycle — AWS Labs 공식 방법론 기반 + DDD·Ontology·Harness 엔터프라이즈 확장",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "methodology"
      ],
      "created": "2026-03-23",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/index.md",
      "related": [
        "aidlc/methodology/principles-and-model"
      ]
    },
    {
      "slug": "aidlc/methodology/adaptive-execution",
      "title": "AIDLC Adaptive Execution",
      "description": "AIDLC 공식 Adaptive Workflows — 조건부 stage 실행 decision tree, Inception 7단계와 Construction per-unit 루프 해설",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "adaptive-execution",
        "inception",
        "construction",
        "workflow",
        "methodology"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 11,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/adaptive-execution",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/adaptive-execution.md",
      "related": [
        "aidlc/methodology/principles-and-model",
        "aidlc/methodology/common-rules",
        "aidlc/methodology/ddd-integration",
        "aidlc/toolchain/ai-coding-agents"
      ]
    },
    {
      "slug": "aidlc/methodology/common-rules",
      "title": "AIDLC Common Rules",
      "description": "AWS Labs AIDLC 공식 11개 공통 규칙 해설 — Question Format부터 Audit Logging까지, 엔터프라이즈 적용 가이드",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "common-rules",
        "methodology",
        "governance"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/common-rules",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/common-rules.md",
      "related": [
        "aidlc/operations/audit-governance",
        "aidlc/methodology/principles-and-model",
        "aidlc/methodology/adaptive-execution",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/methodology/ddd-integration",
      "title": "DDD 통합 — AI 주도 개발에서의 필수 코어",
      "description": "AIDLC에서 DDD가 필수 코어인 이유 — 도메인 설계부터 논리 설계까지 AI 주도 개발",
      "domain": "aidlc",
      "tags": [
        "ddd",
        "domain-driven-design",
        "mob-elaboration",
        "kiro",
        "mcp",
        "aggregate",
        "entity",
        "cqrs",
        "adr"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 13,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/ddd-integration",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/ddd-integration.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/enterprise/msa-complexity/index"
      ]
    },
    {
      "slug": "aidlc/methodology/harness-engineering",
      "title": "하네스 엔지니어링",
      "description": "AIDLC 신뢰성의 두 번째 축 — AI 실행의 안전성을 아키텍처적으로 강제하는 하네스 설계 (engineering-playbook 확장 콘텐츠)",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "harness",
        "methodology"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/harness-engineering",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/harness-engineering.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/enterprise/role-composition",
        "aidlc/enterprise/cost-estimation",
        "aidlc/enterprise/msa-complexity/index"
      ]
    },
    {
      "slug": "aidlc/methodology/index",
      "title": "AIDLC 방법론",
      "description": "AIDLC의 핵심 방법론 — 10대 원칙, 온톨로지, 하네스 엔지니어링, DDD 통합, Common Rules, Adaptive Execution",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "methodology"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/index.md",
      "related": [
        "aidlc/methodology/principles-and-model",
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/methodology/ddd-integration",
        "aidlc/methodology/common-rules",
        "aidlc/methodology/adaptive-execution"
      ]
    },
    {
      "slug": "aidlc/methodology/ontology-engineering",
      "title": "온톨로지 엔지니어링",
      "description": "AIDLC 신뢰성의 첫 번째 축 — Typed World Model로 AI 환각을 방지하고 도메인 정확성을 보장하는 온톨로지 접근법 (engineering-playbook 확장 콘텐츠)",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "ontology",
        "methodology"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/ontology-engineering",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/ontology-engineering.md",
      "related": [
        "aidlc/methodology/harness-engineering",
        "aidlc/methodology/ddd-integration",
        "aidlc/enterprise/cost-estimation",
        "aidlc/enterprise/adoption-strategy",
        "aidlc/operations/autonomous-response"
      ]
    },
    {
      "slug": "aidlc/methodology/principles-and-model",
      "title": "AIDLC 10대 원칙과 실행 모델",
      "description": "AIDLC의 핵심 철학과 Intent → Unit → Bolt 실행 모델 — AWS Labs 공식 용어 매핑 포함",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "principles",
        "intent",
        "unit",
        "bolt",
        "methodology"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 20,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/methodology/principles-and-model",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/methodology/principles-and-model.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/principles-and-model",
        "aidlc/methodology/ddd-integration",
        "aidlc/methodology/harness-engineering",
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/toolchain/eks-declarative-automation",
        "aidlc/operations/index",
        "aidlc/operations/observability-stack",
        "aidlc/operations/predictive-operations",
        "aidlc/operations/autonomous-response"
      ]
    },
    {
      "slug": "aidlc/operations/agentic-metrics",
      "title": "AgenticOps 메트릭 — 운영 중 관측할 Agent KPI",
      "description": "task success rate, tool-call accuracy, hallucination rate, cost per interaction, escalation rate 등 Agent 운영 KPI와 Langfuse·OTel 스키마",
      "domain": "aidlc",
      "tags": [
        "metrics",
        "kpi",
        "langfuse",
        "otel",
        "observability"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/agentic-metrics",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/agentic-metrics.md",
      "related": [
        "agentic-ai-platform/operations-mlops/observability/llmops-observability",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "aidlc/operations/observability-stack",
        "aidlc/operations/predictive-operations"
      ]
    },
    {
      "slug": "aidlc/operations/audit-governance",
      "title": "Audit & Governance Logging",
      "description": "AIDLC Checkpoint Approval 게이트와 ISO 8601 기반 감사 로그 — 규제 산업을 위한 AIDLC 감사 추적 구현 가이드",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "audit",
        "governance",
        "logging",
        "compliance"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/audit-governance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/audit-governance.md",
      "related": [
        "aidlc/operations/observability-stack",
        "aidlc/methodology/harness-engineering",
        "aidlc/methodology/common-rules",
        "aidlc/enterprise/extension-system",
        "aidlc/enterprise/governance-framework"
      ]
    },
    {
      "slug": "aidlc/operations/autonomous-response",
      "title": "자율 대응",
      "description": "AI Agent 기반 자율 인시던트 대응 — Strands/Kagent 통합, Chaos Engineering + AI, 온톨로지 피드백 루프",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "operations",
        "agentops",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/autonomous-response",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/autonomous-response.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/methodology/harness-engineering",
        "aidlc/operations/observability-stack",
        "aidlc/operations/predictive-operations"
      ]
    },
    {
      "slug": "aidlc/operations/index",
      "title": "AgenticOps: AI 에이전트 기반 자율 운영",
      "description": "AIDLC로 개발한 소프트웨어의 AI 에이전트 기반 자율 운영 — 관찰성, 예측, 자동 대응",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "operations"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/index.md",
      "related": [
        "aidlc/operations/observability-stack",
        "aidlc/operations/predictive-operations",
        "aidlc/operations/autonomous-response"
      ]
    },
    {
      "slug": "aidlc/operations/multi-agent-collaboration",
      "title": "Multi-Agent Collaboration Patterns",
      "description": "Orchestrator-Worker, Voting, Debate, Hierarchical Supervisor 패턴과 LangGraph/CrewAI/AutoGen/Strands Agents SDK 구현",
      "domain": "aidlc",
      "tags": [
        "multi-agent",
        "orchestrator",
        "crew-ai",
        "autogen",
        "langgraph",
        "strands",
        "swarm"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 23,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/multi-agent-collaboration",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/multi-agent-collaboration.md",
      "related": [
        "aidlc/operations/autonomous-response",
        "aidlc/operations/observability-stack"
      ]
    },
    {
      "slug": "aidlc/operations/observability-stack",
      "title": "관찰성 스택",
      "description": "AIDLC Operations의 데이터 기반 — 3-Pillar 관찰성 + AI 분석 레이어 구축",
      "domain": "aidlc",
      "tags": [
        "observability",
        "adot",
        "prometheus",
        "grafana",
        "cloudwatch",
        "mcp",
        "aidlc"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/observability-stack",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/observability-stack.md",
      "related": [
        "aidlc/operations/predictive-operations",
        "aidlc/operations/autonomous-response",
        "aidlc/methodology/ontology-engineering"
      ]
    },
    {
      "slug": "aidlc/operations/predictive-operations",
      "title": "예측 운영",
      "description": "ML 기반 예측 스케일링과 이상 감지 — Karpenter+AI, CloudWatch Anomaly Detection, AI Right-Sizing",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "operations",
        "agentops",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/operations/predictive-operations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/operations/predictive-operations.md",
      "related": [
        "aidlc/operations/observability-stack",
        "aidlc/operations/autonomous-response",
        "aidlc/toolchain/eks-declarative-automation"
      ]
    },
    {
      "slug": "aidlc/toolchain/ai-coding-agents",
      "title": "AI 코딩 에이전트",
      "description": "AIDLC Construction 단계의 AI 코딩 에이전트 — 공식 지원 7개 플랫폼, Kiro Spec-Driven 개발, Q Developer, 에이전트 비교",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "ai-coding-agents",
        "toolchain",
        "kiro",
        "q-developer",
        "cursor",
        "cline",
        "claude-code",
        "copilot"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 17,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain/ai-coding-agents",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/ai-coding-agents.md",
      "related": [
        "aidlc/toolchain/open-weight-models",
        "aidlc/methodology/ddd-integration",
        "aidlc/methodology/harness-engineering"
      ]
    },
    {
      "slug": "aidlc/toolchain/eks-declarative-automation",
      "title": "EKS 선언적 자동화",
      "description": "AIDLC Construction/Operations를 EKS Capabilities로 구현하는 선언적 자동화 패턴",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "toolchain",
        "tooling",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain/eks-declarative-automation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/eks-declarative-automation.md",
      "related": [
        "aidlc/methodology/ddd-integration",
        "aidlc/operations/observability-stack",
        "aidlc/toolchain/ai-coding-agents"
      ]
    },
    {
      "slug": "aidlc/toolchain/evaluation-framework",
      "title": "AIDLC Evaluation Framework",
      "description": "Agent/LLM 개발 프로세스의 Evaluation-driven Loop — SWE-bench Verified, METR, Ragas, DeepEval, LangSmith, Braintrust, AWS Labs aidlc-evaluator 비교",
      "domain": "aidlc",
      "tags": [
        "evaluation",
        "ragas",
        "deepeval",
        "langsmith",
        "braintrust",
        "swe-bench",
        "metr",
        "aidlc-evaluator"
      ],
      "created": "2026-04-18",
      "updated": "2026-06-30",
      "reading_time": 28,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain/evaluation-framework",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/evaluation-framework.md",
      "related": [
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/toolchain/technology-roadmap"
      ]
    },
    {
      "slug": "aidlc/toolchain/index",
      "title": "AIDLC 도구 & 구현",
      "description": "AIDLC를 실현하는 도구 — AI 코딩 에이전트, 오픈 웨이트 모델, EKS 자동화, 기술 로드맵",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "toolchain"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/index.md",
      "related": [
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/toolchain/open-weight-models",
        "aidlc/toolchain/eks-declarative-automation",
        "aidlc/toolchain/technology-roadmap"
      ]
    },
    {
      "slug": "aidlc/toolchain/open-weight-models",
      "title": "오픈 웨이트 모델",
      "description": "데이터 레지던시와 비용 최적화를 위한 오픈 웨이트 모델 활용 전략 — 온프레미스 배포, 하이브리드 구성, TCO 비교",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "toolchain",
        "tooling",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 11,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain/open-weight-models",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/open-weight-models.md",
      "related": [
        "aidlc/methodology/ontology-engineering",
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/enterprise/governance-framework",
        "agentic-ai-platform/operations-mlops/governance/ragas-evaluation",
        "aidlc/enterprise/cost-estimation"
      ]
    },
    {
      "slug": "aidlc/toolchain/technology-roadmap",
      "title": "기술 로드맵",
      "description": "AIDLC 기술 투자 의사결정 — Build-vs-Wait 매트릭스, 도구 성숙도 평가, 6/12/18개월 호라이즌",
      "domain": "aidlc",
      "tags": [
        "aidlc",
        "toolchain",
        "tooling",
        "agentic-ai"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 18,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/aidlc/toolchain/technology-roadmap",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/aidlc/toolchain/technology-roadmap.md",
      "related": [
        "aidlc/toolchain/ai-coding-agents",
        "aidlc/toolchain/open-weight-models",
        "aidlc/enterprise/adoption-strategy",
        "aidlc/enterprise/cost-estimation"
      ]
    },
    {
      "slug": "benchmarks/agentcore-vs-eks-inference",
      "title": "추론 플랫폼 벤치마크: Bedrock AgentCore vs EKS 자체 구축",
      "description": "Bedrock AgentCore를 기본으로 EKS 자체 구축(vLLM, llm-d, Bifrost/LiteLLM) 대비 기능, 성능, 비용을 비교하는 벤치마크 계획",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "bedrock",
        "agentcore",
        "eks",
        "vllm",
        "llm-d",
        "bifrost",
        "litellm",
        "inference",
        "cost"
      ],
      "created": "2026-03-18",
      "updated": "2026-06-30",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/agentcore-vs-eks-inference",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/agentcore-vs-eks-inference.md",
      "related": []
    },
    {
      "slug": "benchmarks/ai-ml-workload",
      "title": "Llama 4 FM 서빙 벤치마크: GPU vs AWS Custom Silicon",
      "description": "vLLM 기반 Llama 4 모델 서빙에서 GPU 인스턴스(p5, p4d, g6e)와 AWS 커스텀 실리콘(Trainium2, Inferentia2)의 성능 및 비용 효율성 비교 벤치마크",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "ai",
        "ml",
        "gpu",
        "inference",
        "vllm",
        "llama4",
        "trainium",
        "inferentia",
        "eks"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/ai-ml-workload",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/ai-ml-workload.md",
      "related": []
    },
    {
      "slug": "benchmarks/cni-performance-comparison",
      "title": "VPC CNI vs Cilium CNI 성능 비교 벤치마크",
      "description": "EKS 환경에서 VPC CNI와 Cilium CNI의 네트워크 및 애플리케이션 성능을 5개 시나리오(kube-proxy, kube-proxy-less, ENI, 튜닝)로 비교한 벤치마크 보고서",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "cni",
        "cilium",
        "vpc-cni",
        "networking",
        "performance",
        "eks"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 22,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/cni-performance-comparison",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/cni-performance-comparison.md",
      "related": []
    },
    {
      "slug": "benchmarks/dynamo-inference-benchmark",
      "title": "NVIDIA Dynamo 추론 벤치마크",
      "description": "NVIDIA Dynamo 기반 Aggregated/Disaggregated LLM 서빙 성능 비교 벤치마크 — EKS 환경 AIPerf 4가지 모드 실행",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "nvidia",
        "dynamo",
        "vllm",
        "inference",
        "gpu",
        "disaggregated-serving",
        "eks",
        "kv-cache",
        "nixl"
      ],
      "created": "2026-03-20",
      "updated": "2026-06-30",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/dynamo-inference-benchmark",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/dynamo-inference-benchmark.md",
      "related": []
    },
    {
      "slug": "benchmarks/gateway-api-benchmark",
      "title": "Gateway API 구현체 성능 벤치마크 계획",
      "description": "5개 Gateway API 구현체(AWS LBC v3, Cilium, NGINX Gateway Fabric, Envoy Gateway, kGateway)의 EKS 환경 성능 비교 벤치마크 계획",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "gateway-api",
        "cilium",
        "envoy",
        "nginx",
        "performance",
        "eks"
      ],
      "created": "2026-02-12",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/gateway-api-benchmark",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/gateway-api-benchmark.md",
      "related": [
        "benchmarks/cni-performance-comparison",
        "benchmarks/infrastructure-performance"
      ]
    },
    {
      "slug": "benchmarks/hybrid-infrastructure",
      "title": "하이브리드 인프라 벤치마크",
      "description": "하이브리드 클라우드 인프라 네트워크 및 스토리지 성능 벤치마크",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "hybrid",
        "network",
        "storage",
        "sriov"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/hybrid-infrastructure",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/hybrid-infrastructure.md",
      "related": []
    },
    {
      "slug": "benchmarks/index",
      "title": "EKS 성능 벤치마크 보고서",
      "description": "EKS 환경 성능 벤치마크 보고서 모음 — 네트워킹, AI/ML 추론, 인프라 & 운영",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "performance",
        "testing",
        "report",
        "eks"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/index.md",
      "related": [
        "benchmarks/cni-performance-comparison",
        "benchmarks/gateway-api-benchmark",
        "benchmarks/ai-ml-workload",
        "benchmarks/agentcore-vs-eks-inference",
        "benchmarks/dynamo-inference-benchmark",
        "benchmarks/infrastructure-performance",
        "benchmarks/hybrid-infrastructure",
        "benchmarks/security-operations"
      ]
    },
    {
      "slug": "benchmarks/infrastructure-performance",
      "title": "인프라 성능 벤치마크",
      "description": "EKS 클러스터 인프라 성능 벤치마크 - 네트워크, DNS, 오토스케일링",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "infrastructure",
        "performance",
        "network",
        "dns"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/infrastructure-performance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/infrastructure-performance.md",
      "related": [
        "benchmarks/cni-performance-comparison"
      ]
    },
    {
      "slug": "benchmarks/security-operations",
      "title": "보안 및 운영 벤치마크",
      "description": "보안 정책 적용 및 운영 도구 성능 벤치마크",
      "domain": "benchmarks",
      "tags": [
        "benchmark",
        "security",
        "operations",
        "monitoring",
        "gitops"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/benchmarks/security-operations",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/benchmarks/security-operations.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/control-plane-scaling/cross-cluster-object-replication",
      "title": "Cross-Cluster Object Replication (HA) 아키텍처 가이드",
      "description": "EKS 멀티 클러스터 환경에서 오브젝트 복제를 통한 고가용성 아키텍처 패턴과 의사결정 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "multi-cluster",
        "high-availability",
        "gitops",
        "argocd",
        "flux",
        "disaster-recovery"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/control-plane-scaling/cross-cluster-object-replication",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/control-plane-scaling/cross-cluster-object-replication.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/control-plane-scaling/eks-control-plane-crd-scaling",
      "title": "EKS Control Plane Deep Dive — CRD at Scale 종합 가이드",
      "description": "EKS Control Plane 동작 원리를 이해하고, CRD 기반 플랫폼을 안정적으로 확장하기 위한 Provisioned Control Plane 활용법, 모니터링 전략, CRD 설계 베스트 프랙티스",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "control-plane",
        "crd",
        "etcd",
        "scaling",
        "monitoring",
        "best-practices"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 27,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/control-plane-scaling/eks-control-plane-crd-scaling",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/control-plane-scaling/eks-control-plane-crd-scaling.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/control-plane-scaling/eks-pcp-tier-sizing-validation",
      "title": "EKS PCP 티어 사이징 & 성능 검증 가이드",
      "description": "PCP 티어별 상세 파라미터, APF seat 산정 공식, 대규모 클러스터 사이징 예시, ClusterLoader2 성능 검증 방법론, 고객 사례",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "pcp",
        "sizing",
        "performance",
        "apf",
        "clusterloader2",
        "etcd"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-28",
      "reading_time": 45,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/control-plane-scaling/eks-pcp-tier-sizing-validation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/control-plane-scaling/eks-pcp-tier-sizing-validation.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/control-plane-scaling/index",
      "title": "Control Plane & 확장",
      "description": "EKS Control Plane 동작 원리, CRD 스케일링 전략, 멀티 클러스터 고가용성 아키텍처",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "control-plane",
        "crd",
        "scaling",
        "multi-cluster",
        "ha"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/control-plane-scaling",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/control-plane-scaling/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/index",
      "title": "EKS Best Practices",
      "description": "Amazon EKS 프로덕션 운영을 위한 네트워크, Control Plane, 보안, 비용 최적화 종합 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "best-practices",
        "networking",
        "control-plane",
        "security",
        "cost"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/coredns-monitoring-optimization",
      "title": "CoreDNS 모니터링과 성능 최적화 완벽 가이드",
      "description": "Amazon EKS의 CoreDNS 성능을 체계적으로 모니터링하고 최적화하는 방법. Prometheus 메트릭, TTL 튜닝, 모니터링 아키텍처, 실제 문제 해결 사례 포함",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "coredns",
        "dns",
        "monitoring",
        "prometheus",
        "performance"
      ],
      "created": "2025-05-20",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/coredns-monitoring-optimization",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/coredns-monitoring-optimization.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/east-west-traffic-best-practice",
      "title": "East-West 트래픽 최적화: 성능과 비용의 균형",
      "description": "EKS에서 서비스 간 통신(East-West)의 지연시간을 최소화하고 크로스-AZ 비용을 절감하는 심층 최적화 전략. Topology Aware Routing, InternalTrafficPolicy부터 Cilium ClusterMesh, AWS VPC Lattice, Istio 멀티클러스터까지",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "networking",
        "performance",
        "cost-optimization",
        "service-mesh",
        "topology-aware-routing"
      ],
      "created": "2026-02-04",
      "updated": "2026-06-30",
      "reading_time": 22,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/east-west-traffic-best-practice",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/east-west-traffic-best-practice.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/gateway-api-adoption-guide/cilium-eni-gateway-api",
      "title": "Cilium ENI 모드 + Gateway API 심화 구성",
      "description": "Cilium ENI 모드 아키텍처, Gateway API 리소스 구성, 성능 최적화, Hubble 관측성, BGP Control Plane v2 심화 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "cilium",
        "eni",
        "gateway-api",
        "ebpf",
        "networking",
        "bgp"
      ],
      "created": "2026-02-14",
      "updated": "2026-06-28",
      "reading_time": 22,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/gateway-api-adoption-guide/cilium-eni-gateway-api",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/gateway-api-adoption-guide/cilium-eni-gateway-api.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/gateway-api-adoption-guide/feature-implementation-cookbook",
      "title": "기능별 구현 쿡북: 6개 Gateway API 구현체",
      "description": "인증·Rate Limiting·IP 제어·URL Rewrite·헤더 조작·세션 어피니티·본문 크기 제한·커스텀 에러 페이지를 AWS LBC·Cilium·NGINX GF·Envoy Gateway·kGateway별 YAML로 구현하는 레퍼런스",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "gateway-api",
        "cilium",
        "envoy",
        "kong",
        "networking"
      ],
      "created": "2026-06-17",
      "updated": "2026-06-30",
      "reading_time": 11,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/gateway-api-adoption-guide/feature-implementation-cookbook",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/gateway-api-adoption-guide/feature-implementation-cookbook.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/gateway-api-adoption-guide/gamma-initiative",
      "title": "GAMMA Initiative — 서비스 메시 통합의 미래",
      "description": "GAMMA (Gateway API for Mesh Management and Administration) 소개, East-West 트래픽 관리, 서비스 메시 통합",
      "domain": "eks-best-practices",
      "tags": [
        "gateway-api",
        "gamma",
        "service-mesh",
        "east-west"
      ],
      "created": "2026-02-14",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/gateway-api-adoption-guide/gamma-initiative",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/gateway-api-adoption-guide/gamma-initiative.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/gateway-api-adoption-guide/index",
      "title": "Gateway API 도입 가이드: NGINX Ingress에서 차세대 트래픽 관리로",
      "description": "NGINX Ingress Controller EOL 대응, Gateway API 아키텍처, GAMMA Initiative, AWS Native vs 오픈소스 솔루션 비교(AWS LBC·Cilium·NGINX Gateway Fabric·Envoy Gateway·kGateway·Kong), Cilium ENI 통합, 마이그레이션 전략 및 벤치마크 계획",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "gateway-api",
        "nginx",
        "cilium",
        "envoy",
        "kong",
        "networking",
        "migration",
        "ebpf",
        "gamma"
      ],
      "created": "2026-02-14",
      "updated": "2026-06-30",
      "reading_time": 30,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/gateway-api-adoption-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/gateway-api-adoption-guide/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/gateway-api-adoption-guide/migration-execution-strategy",
      "title": "마이그레이션 실행 전략",
      "description": "Gateway API 마이그레이션 5-Phase 전략, CRD 설치, 단계별 실행 가이드, 검증 스크립트, 트러블슈팅",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "gateway-api",
        "migration",
        "nginx",
        "deployment"
      ],
      "created": "2026-02-14",
      "updated": "2026-06-28",
      "reading_time": 5,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/gateway-api-adoption-guide/migration-execution-strategy",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/gateway-api-adoption-guide/migration-execution-strategy.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/index",
      "title": "네트워크 & 성능 최적화",
      "description": "EKS 환경에서의 DNS 최적화, East-West 트래픽, Gateway API 도입 등 네트워크 및 성능 관련 베스트 프랙티스",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "networking",
        "performance",
        "dns",
        "gateway-api"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/networking-performance/nitro-architecture-performance-tuning",
      "title": "AWS Nitro 아키텍처와 성능 튜닝",
      "description": "AWS Nitro System의 구성 요소와 v2~v6 세대별 네트워크 변경 사항, 그리고 EKS 노드에서 요구되는 ENA 드라이버·커널 버전과 PPS/CPS 중심 성능 튜닝 전략을 다룹니다.",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "networking",
        "performance",
        "ena",
        "nitro"
      ],
      "created": "2026-06-19",
      "updated": "2026-06-30",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/networking-performance/nitro-architecture-performance-tuning",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/networking-performance/nitro-architecture-performance-tuning.md",
      "related": [
        "eks-best-practices/operations-reliability/node-monitoring-agent",
        "eks-best-practices/networking-performance/gateway-api-adoption-guide/cilium-eni-gateway-api"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/auto-mode",
      "title": "EKS Auto Mode 디버깅",
      "description": "EKS Auto Mode 환경에서의 디버깅 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "auto-mode",
        "nodepool",
        "nodeclaim",
        "vpc-cni"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 7,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/auto-mode",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/auto-mode.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/gpu-ai-workload",
        "eks-best-practices/operations-reliability/eks-debugging/karpenter",
        "eks-best-practices/operations-reliability/eks-debugging/node"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/control-plane",
      "title": "컨트롤 플레인 디버깅",
      "description": "EKS 컨트롤 플레인 문제 진단 및 해결 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "control-plane",
        "debugging",
        "troubleshooting"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 7,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/control-plane",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/control-plane.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/networking",
        "eks-best-practices/operations-reliability/eks-debugging/storage",
        "eks-best-practices/operations-reliability/eks-debugging/index",
        "eks-best-practices/operations-reliability/eks-debugging/node",
        "eks-best-practices/operations-reliability/eks-debugging/workload"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/gpu-ai-workload",
      "title": "GPU/AI 워크로드 디버깅",
      "description": "EKS에서 GPU/AI 워크로드 디버깅 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "gpu",
        "nvidia",
        "vllm",
        "nccl"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 7,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/gpu-ai-workload",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/gpu-ai-workload.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/auto-mode",
        "eks-best-practices/operations-reliability/eks-debugging/node"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch",
      "title": "Probe vs Health Check 불일치 디버깅",
      "description": "K8s Probe와 ALB/NLB/Ingress Controller Health Check의 메커니즘 차이 및 timeout 불일치로 인한 장애 진단 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "debugging",
        "health-check",
        "probe",
        "alb",
        "nlb",
        "ingress"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 15,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-pod-health-lifecycle",
        "eks-best-practices/operations-reliability/eks-resiliency-guide",
        "eks-best-practices/operations-reliability/eks-debugging/index"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/index",
      "title": "EKS 디버깅 가이드",
      "description": "Amazon EKS 환경에서 애플리케이션 및 인프라 문제를 체계적으로 진단하고 해결하기 위한 종합 트러블슈팅 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "debugging",
        "troubleshooting",
        "observability",
        "incident-response"
      ],
      "created": "2026-02-10",
      "updated": "2026-06-30",
      "reading_time": 11,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/index.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-resiliency-guide",
        "eks-best-practices/operations-reliability/eks-debugging/control-plane",
        "eks-best-practices/operations-reliability/eks-debugging/node",
        "eks-best-practices/operations-reliability/eks-debugging/workload",
        "eks-best-practices/operations-reliability/eks-debugging/networking",
        "eks-best-practices/operations-reliability/eks-debugging/storage",
        "eks-best-practices/operations-reliability/eks-debugging/observability",
        "eks-best-practices/operations-reliability/gitops-cluster-operation",
        "eks-best-practices/operations-reliability/node-monitoring-agent"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/karpenter",
      "title": "Karpenter 심화 디버깅",
      "description": "Karpenter 오토스케일러 심화 디버깅 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "karpenter",
        "nodepool",
        "nodeclaim",
        "consolidation"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/karpenter",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/karpenter.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/auto-mode",
        "eks-best-practices/operations-reliability/eks-debugging/node",
        "eks-best-practices/operations-reliability/eks-debugging/workload"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/networking",
      "title": "네트워킹 디버깅",
      "description": "EKS 네트워킹 문제 진단 및 해결 가이드 - VPC CNI, DNS, Service, NetworkPolicy",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "networking",
        "vpc-cni",
        "dns",
        "service"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/networking",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/networking.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/health-check-mismatch",
        "eks-best-practices/operations-reliability/eks-debugging/workload",
        "eks-best-practices/operations-reliability/eks-debugging/storage"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/node",
      "title": "노드 레벨 디버깅",
      "description": "EKS 노드 문제 진단 및 해결 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "node",
        "debugging",
        "troubleshooting",
        "karpenter"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 8,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/node",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/node.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/index",
        "eks-best-practices/operations-reliability/eks-debugging/control-plane",
        "eks-best-practices/operations-reliability/eks-debugging/workload",
        "eks-best-practices/operations-reliability/eks-debugging/networking"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/observability",
      "title": "옵저버빌리티 및 모니터링",
      "description": "EKS 옵저버빌리티 스택 구성 및 인시던트 디텍팅 전략 - Container Insights, Prometheus, ADOT",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "observability",
        "monitoring",
        "prometheus",
        "adot"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 9,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/observability",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/observability.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/workload",
        "eks-best-practices/operations-reliability/eks-debugging/networking",
        "eks-best-practices/operations-reliability/eks-debugging/storage",
        "eks-best-practices/operations-reliability/k8s-event-management"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/storage",
      "title": "스토리지 디버깅",
      "description": "EKS 스토리지 문제 진단 및 해결 가이드 - EBS/EFS CSI Driver, PVC 마운트 실패",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "storage",
        "ebs",
        "efs",
        "pvc"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/storage",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/storage.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/workload",
        "eks-best-practices/operations-reliability/eks-debugging/networking",
        "eks-best-practices/operations-reliability/eks-debugging/observability"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-debugging/workload",
      "title": "워크로드 디버깅",
      "description": "EKS 워크로드 문제 진단 및 해결 가이드 - Pod 상태별 디버깅, 배포 실패 패턴, Probe 설정",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "workload",
        "debugging",
        "pod",
        "deployment"
      ],
      "created": "2026-04-07",
      "updated": "2026-06-30",
      "reading_time": 7,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-debugging/workload",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-debugging/workload.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/networking",
        "eks-best-practices/operations-reliability/eks-debugging/storage",
        "eks-best-practices/operations-reliability/eks-debugging/observability"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-pod-health-lifecycle",
      "title": "EKS Pod 헬스체크 & 라이프사이클 관리",
      "description": "Kubernetes Probe 설정 전략, Graceful Shutdown 패턴, Pod 라이프사이클 관리 모범 사례",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "probes",
        "health-check",
        "graceful-shutdown",
        "lifecycle",
        "best-practices"
      ],
      "created": "2026-02-12",
      "updated": "2026-06-30",
      "reading_time": 68,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-pod-health-lifecycle",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-pod-health-lifecycle.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-pod-scheduling-availability",
      "title": "EKS Pod 스케줄링 & 가용성 패턴",
      "description": "Kubernetes Pod 스케줄링 전략, Affinity/Anti-Affinity, PDB, Priority/Preemption, Taints/Tolerations 모범 사례",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "scheduling",
        "affinity",
        "pdb",
        "priority",
        "taints",
        "tolerations",
        "descheduler"
      ],
      "created": "2026-02-12",
      "updated": "2026-06-30",
      "reading_time": 79,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-pod-scheduling-availability",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-pod-scheduling-availability.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/operations-reliability/eks-resiliency-guide",
      "title": "EKS 고가용성 아키텍처 가이드",
      "description": "Amazon EKS 환경에서 고가용성과 장애 회복력을 확보하기 위한 아키텍처 패턴과 운영 전략 가이드",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "resiliency",
        "high-availability",
        "cell-architecture",
        "chaos-engineering",
        "multi-az"
      ],
      "created": "2026-02-10",
      "updated": "2026-06-30",
      "reading_time": 28,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/eks-resiliency-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/eks-resiliency-guide.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/index",
        "eks-best-practices/operations-reliability/gitops-cluster-operation"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/gitops-cluster-operation",
      "title": "GitOps 기반 EKS 클러스터 운영",
      "description": "대규모 EKS 클러스터의 안정적인 운영을 위한 GitOps 아키텍처, KRO/ACK 활용 방법, 멀티클러스터 관리 전략 및 자동화 기법을 다룹니다.",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "gitops",
        "argocd",
        "kro",
        "ack",
        "kubernetes",
        "automation",
        "infrastructure-as-code"
      ],
      "created": "2025-02-09",
      "updated": "2026-06-30",
      "reading_time": 10,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/gitops-cluster-operation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/gitops-cluster-operation.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/operations-reliability/index",
      "title": "운영 & 안정성",
      "description": "EKS 클러스터의 안정적인 운영을 위한 GitOps, 장애 진단, 고가용성, Pod 라이프사이클 관리 베스트 프랙티스",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "operations",
        "reliability",
        "gitops",
        "debugging",
        "ha",
        "pod-lifecycle"
      ],
      "created": "2026-03-25",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/operations-reliability/k8s-event-management",
      "title": "Kubernetes 이벤트 보존과 AI Agent 조회 아키텍처",
      "description": "EKS Kubernetes 이벤트의 1시간 TTL 제약과 export 파이프라인 설계, EKS·CloudWatch MCP 서버 기반 AI Agent 조회 아키텍처를 다룹니다.",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "observability",
        "monitoring",
        "cloudwatch",
        "mcp",
        "agentic-ai",
        "troubleshooting"
      ],
      "created": "2026-07-14",
      "updated": "2026-07-14",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/k8s-event-management",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/k8s-event-management.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/observability",
        "eks-best-practices/operations-reliability/node-monitoring-agent",
        "aidlc/operations/observability-stack"
      ]
    },
    {
      "slug": "eks-best-practices/operations-reliability/node-monitoring-agent",
      "title": "EKS Node Monitoring Agent",
      "description": "AWS EKS 클러스터의 노드 상태를 자동으로 감지하고 보고하는 Node Monitoring Agent의 아키텍처, 배포 전략, 제한사항, 모범 사례를 다룹니다.",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "monitoring",
        "node-monitoring",
        "aws",
        "observability",
        "cloudwatch"
      ],
      "created": "2025-08-26",
      "updated": "2026-06-30",
      "reading_time": 18,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/operations-reliability/node-monitoring-agent",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/operations-reliability/node-monitoring-agent.md",
      "related": [
        "eks-best-practices/operations-reliability/eks-debugging/index",
        "eks-best-practices/operations-reliability/eks-pod-health-lifecycle",
        "eks-best-practices/networking-performance/nitro-architecture-performance-tuning"
      ]
    },
    {
      "slug": "eks-best-practices/resource-cost/cost-management",
      "title": "대규모 EKS 비용 관리: 30-90% 절감 전략",
      "description": "Amazon EKS 환경에서 30-90%의 획기적 비용 절감을 달성하는 FinOps 전략. 비용 구조 분석, Karpenter 최적화, 도구 선택, 실제 성공 사례 포함",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "cost-management",
        "finops",
        "karpenter",
        "kubecost",
        "optimization"
      ],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/resource-cost/cost-management",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/resource-cost/cost-management.md",
      "related": [
        "eks-best-practices/resource-cost/karpenter-autoscaling",
        "eks-best-practices/operations-reliability/gitops-cluster-operation"
      ]
    },
    {
      "slug": "eks-best-practices/resource-cost/eks-resource-optimization",
      "title": "EKS Pod 리소스 최적화 가이드",
      "description": "Kubernetes Pod의 CPU/Memory 리소스 설정, QoS 클래스, VPA/HPA 오토스케일링, 리소스 Right-Sizing 전략",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "kubernetes",
        "resources",
        "cpu",
        "memory",
        "qos",
        "vpa",
        "hpa",
        "right-sizing",
        "optimization"
      ],
      "created": "2026-02-12",
      "updated": "2026-06-30",
      "reading_time": 62,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/resource-cost/eks-resource-optimization",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/resource-cost/eks-resource-optimization.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/resource-cost/index",
      "title": "리소스 & 비용 최적화",
      "description": "Karpenter 오토스케일링, Pod 리소스 최적화, EKS 비용 관리 전략",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "karpenter",
        "cost-management",
        "resource-optimization",
        "finops"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 2,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/resource-cost",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/resource-cost/index.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/resource-cost/karpenter-autoscaling",
      "title": "Karpenter 기반 EKS 스케일링 전략 종합 가이드",
      "description": "Amazon EKS에서 Karpenter를 활용한 스케일링 전략 종합 가이드. 반응형/예측형/아키텍처적 복원력 접근법 비교, CloudWatch와 Prometheus 아키텍처 비교, HPA 구성, 프로덕션 패턴 포함",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "karpenter",
        "autoscaling",
        "performance",
        "cloudwatch",
        "prometheus",
        "spot-instances"
      ],
      "created": "2025-02-09",
      "updated": "2026-06-30",
      "reading_time": 28,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/resource-cost/karpenter-autoscaling",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/resource-cost/karpenter-autoscaling.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/security-authn/eks-api-server-authn-authz",
      "title": "EKS API Server 인증/인가 가이드",
      "description": "Non-Standard Caller(CI/CD, 모니터링, 자동화)의 EKS API Server 접근을 위한 인증/인가 Best Practices",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "security",
        "authentication",
        "authorization",
        "access-entry",
        "pod-identity",
        "oidc",
        "rbac"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/security-authn/eks-api-server-authn-authz",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/security-authn/eks-api-server-authn-authz.md",
      "related": []
    },
    {
      "slug": "eks-best-practices/security-authn/index",
      "title": "보안 & 인증",
      "description": "EKS API Server 인증/인가, IAM 통합, Pod Identity 등 보안 관련 베스트 프랙티스",
      "domain": "eks-best-practices",
      "tags": [
        "eks",
        "security",
        "authentication",
        "authorization",
        "iam"
      ],
      "created": "2026-03-24",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/eks-best-practices/security-authn",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/eks-best-practices/security-authn/index.md",
      "related": []
    },
    {
      "slug": "hybrid-infrastructure/harbor-hybrid-integration",
      "title": "Harbor 2.13과 EKS Hybrid Nodes 통합 가이드",
      "description": "Harbor 2.13 프라이빗 컨테이너 레지스트리를 Amazon EKS Hybrid Nodes (Kubernetes 1.33)와 통합하기 위한 완전한 단계별 가이드로, 설치, SSL/TLS 구성, 인증 및 문제 해결을 다룹니다.",
      "domain": "hybrid-infrastructure",
      "tags": [
        "eks",
        "hybrid-nodes",
        "harbor",
        "container-registry",
        "kubernetes",
        "ssl-tls",
        "nodeadm"
      ],
      "created": "2025-08-20",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure/harbor-hybrid-integration",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/harbor-hybrid-integration.md",
      "related": []
    },
    {
      "slug": "hybrid-infrastructure/hybrid-nodes-adoption-guide",
      "title": "EKS Hybrid Nodes 완전 가이드",
      "description": "Amazon EKS Hybrid Nodes 도입을 위한 완전한 가이드: 아키텍처, 구성, 네트워킹, DNS, GPU 서버, 비용 분석 및 동적 리소스 할당(DRA)",
      "domain": "hybrid-infrastructure",
      "tags": [
        "eks",
        "hybrid-nodes",
        "nodeadm",
        "kubernetes",
        "harbor",
        "networking",
        "dns",
        "gpu",
        "dra",
        "cost-optimization",
        "architecture"
      ],
      "created": "2025-08-20",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure/hybrid-nodes-adoption-guide",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/hybrid-nodes-adoption-guide.md",
      "related": []
    },
    {
      "slug": "hybrid-infrastructure/hybrid-nodes-file-storage",
      "title": "EKS Hybrid Nodes 공유 파일 스토리지 솔루션",
      "description": "EKS Hybrid Nodes 환경에서 공유 파일 스토리지 구현을 위한 포괄적 가이드로, AWS 관리형 서비스, 엔터프라이즈 스토리지 통합 및 Amazon Linux 2023 대체 접근법을 다룹니다.",
      "domain": "hybrid-infrastructure",
      "tags": [
        "eks",
        "hybrid-nodes",
        "storage",
        "efs",
        "fsx",
        "nfs",
        "amazon-linux-2023"
      ],
      "created": "2025-09-15",
      "updated": "2026-06-30",
      "reading_time": 11,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure/hybrid-nodes-file-storage",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/hybrid-nodes-file-storage.md",
      "related": []
    },
    {
      "slug": "hybrid-infrastructure/hybrid-nodes-networking-gateway",
      "title": "EKS Hybrid Nodes 네트워킹 라우팅 설계와 Hybrid Nodes Gateway",
      "description": "EKS Hybrid Nodes의 Node/Pod CIDR 라우팅 요건, CNI NAT 구성의 한계, CGNAT(100.64.0.0/10) 대역 지원, 그리고 Pod 라우팅 요건을 제거하는 Hybrid Nodes Gateway 아키텍처 분석",
      "domain": "hybrid-infrastructure",
      "tags": [
        "eks",
        "hybrid-node",
        "cilium",
        "networking",
        "hybrid"
      ],
      "created": "2026-06-12",
      "updated": "2026-06-28",
      "reading_time": 18,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure/hybrid-nodes-networking-gateway",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/hybrid-nodes-networking-gateway.md",
      "related": [
        "hybrid-infrastructure/hybrid-nodes-adoption-guide",
        "eks-best-practices/networking-performance/east-west-traffic-best-practice"
      ]
    },
    {
      "slug": "hybrid-infrastructure/index",
      "title": "Hybrid Infrastructure",
      "description": "Amazon EKS를 활용한 하이브리드 클라우드 및 멀티 클라우드 환경 구축에 대한 심화 기술 문서",
      "domain": "hybrid-infrastructure",
      "tags": [],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 4,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/index.md",
      "related": [
        "hybrid-infrastructure/hybrid-nodes-adoption-guide",
        "hybrid-infrastructure/hybrid-nodes-networking-gateway",
        "hybrid-infrastructure/sriov-dgx-h200-hybrid",
        "hybrid-infrastructure/hybrid-nodes-file-storage",
        "hybrid-infrastructure/harbor-hybrid-integration"
      ]
    },
    {
      "slug": "hybrid-infrastructure/sriov-dgx-h200-hybrid",
      "title": "DGX H200 SR-IOV 네트워킹 구성",
      "description": "NVIDIA DGX H200 시스템에서 Amazon EKS Hybrid Nodes를 실행할 때 발생하는 SR-IOV VF 이름 불일치 문제를 드라이버 호환성, 영구 명명 및 systemd 오케스트레이션을 통해 해결합니다.",
      "domain": "hybrid-infrastructure",
      "tags": [
        "eks",
        "hybrid-nodes",
        "dgx-h200",
        "sriov",
        "infiniband",
        "networking",
        "mlnx-ofed"
      ],
      "created": "2025-09-01",
      "updated": "2026-06-30",
      "reading_time": 12,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/hybrid-infrastructure/sriov-dgx-h200-hybrid",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/hybrid-infrastructure/sriov-dgx-h200-hybrid.md",
      "related": []
    },
    {
      "slug": "intro",
      "title": "Engineering Playbook 소개",
      "description": "클라우드 네이티브 아키텍처 엔지니어링 플레이북 & 벤치마크 리포트",
      "domain": "getting-started",
      "tags": [
        "kubernetes",
        "cloud-native",
        "introduction",
        "getting-started"
      ],
      "created": "2025-09-11",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/intro",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/intro.md",
      "related": []
    },
    {
      "slug": "rosa/index",
      "title": "ROSA (Red Hat OpenShift on AWS)",
      "description": "Red Hat OpenShift Service on AWS (ROSA) 구축 및 운영에 대한 기술 문서",
      "domain": "rosa",
      "tags": [],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 6,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/rosa",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/rosa/index.md",
      "related": [
        "rosa/rosa-demo-installation",
        "rosa/rosa-security-compliance"
      ]
    },
    {
      "slug": "rosa/rosa-demo-installation",
      "title": "ROSA 데모 설치 가이드",
      "description": "ROSA 클러스터 설치 데모 - STS 기반 클러스터 생성, IAM 역할 구성, 오토스케일링 설정 및 관리자 접근 구성 가이드",
      "domain": "rosa",
      "tags": [
        "rosa",
        "openshift",
        "installation",
        "sts",
        "demo",
        "autoscaling",
        "iam"
      ],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/rosa/rosa-demo-installation",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/rosa/rosa-demo-installation.md",
      "related": []
    },
    {
      "slug": "rosa/rosa-security-compliance",
      "title": "ROSA 보안 규정 준수 콘솔 접근 제어",
      "description": "금융권 보안 요구사항을 충족하기 위한 Red Hat Hybrid Cloud Console 접근 제어 방안. IdP, MFA, IP 기반 접근 통제를 통한 안전한 관리자 접근 제어 전략",
      "domain": "rosa",
      "tags": [
        "rosa",
        "openshift",
        "security",
        "compliance",
        "idp",
        "mfa",
        "financial"
      ],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 3,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/rosa/rosa-security-compliance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/rosa/rosa-security-compliance.md",
      "related": []
    },
    {
      "slug": "security-governance/default-namespace-incident",
      "title": "EKS Default Namespace 삭제 시 장애 대응 가이드",
      "description": "EKS 클러스터에서 default namespace 삭제로 인한 Control Plane 접근 불가 장애의 원인 분석, 복구 절차, 그리고 재발 방지 전략을 다룹니다.",
      "domain": "security-governance",
      "tags": [
        "eks",
        "security",
        "incident-response",
        "namespace",
        "troubleshooting"
      ],
      "created": "2025-01-07",
      "updated": "2026-06-30",
      "reading_time": 16,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance/default-namespace-incident",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/default-namespace-incident.md",
      "related": []
    },
    {
      "slug": "security-governance/guardduty-extended-threat-detection",
      "title": "GuardDuty Extended Threat Detection",
      "description": "Amazon GuardDuty Extended Threat Detection을 활용한 EKS 위협 탐지 및 대응",
      "domain": "security-governance",
      "tags": [
        "eks",
        "security",
        "guardduty",
        "threat-detection",
        "mitre"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance/guardduty-extended-threat-detection",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/guardduty-extended-threat-detection.md",
      "related": []
    },
    {
      "slug": "security-governance/identity-first-security",
      "title": "Identity-First Security 아키텍처",
      "description": "EKS Pod Identity 기반 제로트러스트 접근 제어 및 IRSA 마이그레이션 가이드",
      "domain": "security-governance",
      "tags": [
        "eks",
        "security",
        "pod-identity",
        "irsa",
        "zero-trust"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance/identity-first-security",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/identity-first-security.md",
      "related": []
    },
    {
      "slug": "security-governance/index",
      "title": "Security & Governance",
      "description": "Amazon EKS 환경에서의 보안 강화 및 컴플라이언스 준수에 대한 심화 기술 문서",
      "domain": "security-governance",
      "tags": [],
      "created": "2025-02-05",
      "updated": "2026-06-30",
      "reading_time": 14,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/index.md",
      "related": [
        "security-governance/default-namespace-incident",
        "security-governance/identity-first-security",
        "security-governance/guardduty-extended-threat-detection",
        "security-governance/kyverno-policy-management",
        "security-governance/supply-chain-security"
      ]
    },
    {
      "slug": "security-governance/kyverno-policy-management",
      "title": "Kyverno 기반 정책 관리",
      "description": "Kyverno v1.17+ (현재 v1.18)을 활용한 Kubernetes 정책 관리 및 거버넌스",
      "domain": "security-governance",
      "tags": [
        "eks",
        "security",
        "kyverno",
        "policy",
        "governance"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance/kyverno-policy-management",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/kyverno-policy-management.md",
      "related": []
    },
    {
      "slug": "security-governance/supply-chain-security",
      "title": "컨테이너 공급망 보안",
      "description": "컨테이너 이미지 서명, SBOM, CI/CD 보안 게이트를 통한 공급망 보안 강화",
      "domain": "security-governance",
      "tags": [
        "eks",
        "security",
        "supply-chain",
        "ecr",
        "sigstore",
        "sbom"
      ],
      "created": "2026-02-09",
      "updated": "2026-06-30",
      "reading_time": 1,
      "url": "https://devfloor9.github.io/engineering-playbook/docs/security-governance/supply-chain-security",
      "md_url": "https://devfloor9.github.io/engineering-playbook/llm-wiki/security-governance/supply-chain-security.md",
      "related": []
    }
  ]
}