[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
id: SYS-MSA-001
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [infrastructure, microservices, msa, cloud-native, distributed-systems, scalability]
|
||||
tags: [infrastructure, microservices, msa, cloud-native, [[Distributed-Systems]], [[Scalability]]]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# Microservices Architecture (마이크로서비스 아키텍처)
|
||||
# Microservices [[Architecture]] (마이크로서비스 아키텍처)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "거대한 단일체를 쪼개어 독립적인 생명체들의 연합군으로 만들고, 각자가 가장 잘하는 일에 집중하게 하라" — 애플리케이션을 비즈니스 기능 단위의 작고 독립적인 서비스들로 분리하여 구축하고, 가벼운 통신 프로토콜(주로 REST/gRPC)을 통해 상호작용하게 하는 설계 방식.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트의 백엔드는 에이전트 브레인, 지식 인덱서, 데이터 수집기 등이 마이크로서비스 형태로 분리되어 있어, 특정 모듈의 부하 증가 시 해당 부분만 즉각 확장할 수 있는 구조를 유지함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Message-Queues-and-Event-Streams]], System-Design-for-AI-Scale, [[High-Availability-Systems]], [[Kubernetes-for-AI-Orchestration]]
|
||||
- [[Message-Queues-and-Event-Streams]],[[ system]]-Design-for-AI-Scale, [[High-Availability-Systems]], [[Kubernetes-for-AI-Orchestration]]
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Microservices-Architecture.md
|
||||
|
||||
Reference in New Issue
Block a user