✅ NODE3: Memory Service мігровано з Docker в K8s
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
- NODE3 додано до K3s кластера як worker (llm80-che-1-1) - Memory Service працює в K8s на NODE3 (pod: memory-service-node3-*) - Docker контейнер зупинено та видалено - Оновлено MEMORY-MODULE-STATUS.md v3.1.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# 🧠 Agent Memory Module — Status Report
|
||||
|
||||
**Дата:** 2026-01-10
|
||||
**Версія документа:** 3.0.0
|
||||
**Останнє оновлення:** 19:15 CET
|
||||
**Версія документа:** 3.1.0
|
||||
**Останнє оновлення:** 19:30 CET
|
||||
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
| Компонент | NODE1 | NODE2 | NODE3 |
|
||||
|-----------|:-----:|:-----:|:-----:|
|
||||
| **PostgreSQL** | ✅ K8s (CloudNativePG) | ✅ Docker | ✅ Docker |
|
||||
| **Memory Service** | ✅ K8s (port 30800) | ✅ Docker (port 8001) | ✅ Docker (port 8001) |
|
||||
| **Memory Service** | ✅ K8s (port 30800) | ✅ Docker (port 8001) | ✅ K8s (port 8000) |
|
||||
| **ComfyUI** | ❌ | ✅ macOS App (port 8000) | ✅ Running (port 8188) |
|
||||
| **Qdrant** | ✅ K8s | ✅ Docker | ✅ Docker |
|
||||
| **Neo4j** | ✅ K8s | ✅ Docker | ✅ Docker |
|
||||
@@ -243,12 +243,14 @@ GPU: RTX 3090 (CUDA enabled)
|
||||
|
||||
#### ✅ Memory Service (FastAPI)
|
||||
```
|
||||
Container: memory-service
|
||||
Status: Running ✅
|
||||
Port: 8001
|
||||
Pod: memory-service-node3-*
|
||||
Namespace: daarion
|
||||
Status: Running (1/1) ✅
|
||||
Port: 8000 (hostNetwork)
|
||||
PostgreSQL: localhost:5432
|
||||
Qdrant: localhost:6333
|
||||
Cohere API: Configured ✅
|
||||
Node: llm80-che-1-1 (K3s worker)
|
||||
```
|
||||
|
||||
#### ✅ ComfyUI
|
||||
@@ -338,6 +340,8 @@ URL: http://80.77.35.151:8188 (via SSH tunnel)
|
||||
- [x] **NODE1** — Запущено Memory Service в K8s (port 30800)
|
||||
- [x] **NODE2** — Запущено Memory Service в Docker (port 8001)
|
||||
- [x] **NODE3** — Запущено Memory Service в Docker (port 8001)
|
||||
- [x] **NODE3** — Мігровано Memory Service з Docker в K8s ✅
|
||||
- [x] **NODE3** — Додано до K3s кластера як worker (llm80-che-1-1)
|
||||
- [x] **Всі ноди** — Налаштовано Cohere API для embeddings
|
||||
- [x] **NODE2** — Перевірено ComfyUI (macOS App, port 8000)
|
||||
|
||||
@@ -362,7 +366,7 @@ URL: http://80.77.35.151:8188 (via SSH tunnel)
|
||||
| PostgreSQL NODE3 | Docker :5432 | postgres/DaarionPostgres2026! |
|
||||
| Memory Service NODE1 | K8s :30800 | No auth (internal) |
|
||||
| Memory Service NODE2 | Docker :8001 | No auth |
|
||||
| Memory Service NODE3 | Docker :8001 | No auth |
|
||||
| Memory Service NODE3 | K8s :8000 | No auth (hostNetwork) |
|
||||
| ComfyUI NODE2 | macOS App :8000 | No auth |
|
||||
| ComfyUI NODE3 | :8188 | No auth (SSH tunnel) |
|
||||
| Qdrant NODE1 | K8s (qdrant ns) | No auth (internal) |
|
||||
|
||||
Reference in New Issue
Block a user