Update README: Change HAProxy Agent from Python Service to Bash Service

This commit is contained in:
taylanbakircioglu
2025-10-27 15:16:03 +03:00
parent 87dcc0a789
commit 7f54c40dc3
+1 -1
View File
@@ -209,7 +209,7 @@ graph TB
| **Database** | PostgreSQL 15 | Configuration storage, user management, agent tasks | 5432 |
| **Cache** | Redis 7 | Session storage, performance metrics caching | 6379 |
| **Reverse Proxy** | Nginx | Frontend/backend routing, SSL termination | 8080 |
| **HAProxy Agent** | Python Service | Polls backend, applies configs, manages HAProxy | N/A |
| **HAProxy Agent** | Bash Service | Polls backend, applies configs, manages HAProxy | N/A |
| **HAProxy Instances** | HAProxy 2.8+ | Load balancer instances being managed by agents | 8404+ |
### Agent Pull Communication Flow - Detailed Entity Management