You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating ADS into existing Python microservices on Kubernetes. Current service is a FastAPI application with PostgreSQL as backend storage for application data. After reviewing docs and deployment options, seeking architectural guidance on key decisions.
Core Architectural Questions
1. Deployment Topology
Option A: Separate services (Directory + Zot as independent kubed services) Option B: Sidecar pattern (co-located containers in single pod) Option C: Integrate into existing service (Directory SDK embedded in current Python service)
Question: For enterprise environments with ~500 agent records and moderate load, which pattern provides best balance of operational simplicity vs. resource efficiency?
2. Zot Registry Architecture
After reviewing codebase, unclear on Zot's role:
Storage relationship: How does Zot registry storage relate to Directory's /data CAS storage?
Necessity: Can Directory operate with PostgreSQL backend without Zot, or is Zot integral?
Any insights from enterprise Directory deployments would be appreciated, particularly around deployment topology decisions and Zot registry integration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Integrating ADS into existing Python microservices on Kubernetes. Current service is a FastAPI application with PostgreSQL as backend storage for application data. After reviewing docs and deployment options, seeking architectural guidance on key decisions.
Core Architectural Questions
1. Deployment Topology
Option A: Separate services (Directory + Zot as independent kubed services)
Option B: Sidecar pattern (co-located containers in single pod)
Option C: Integrate into existing service (Directory SDK embedded in current Python service)
Question: For enterprise environments with ~500 agent records and moderate load, which pattern provides best balance of operational simplicity vs. resource efficiency?
2. Zot Registry Architecture
After reviewing codebase, unclear on Zot's role:
/dataCAS storage?Research Done
install/docker, SDK examplesghcr.io/agntcy/dir-apiserver:v0.4.0deployment patternsSeeking
Any insights from enterprise Directory deployments would be appreciated, particularly around deployment topology decisions and Zot registry integration.
Beta Was this translation helpful? Give feedback.
All reactions