Platform Dashboard
Live data from backend-a (Users) and backend-b (Orders) via MySQL RDS
Users Service
HTTPConnectionPool(host='backend-a-service', port=5001): Max retries exceeded with url: /users (Caused by NewConnectionError("HTTPConnection(host='backend-a-service', port=5001): Failed to establish a new connection: [Errno 111] Connection refused"))
Orders Service
HTTPConnectionPool(host='backend-b-service', port=5002): Max retries exceeded with url: /orders (Caused by NewConnectionError("HTTPConnection(host='backend-b-service', port=5002): Failed to establish a new connection: [Errno 111] Connection refused"))
Service Topology
frontend-service
● running · port 5000
backend-a-service
✗ unreachable
backend-b-service
✗ unreachable