Components
PgAdmin
Database administration console for PostgreSQL in Runtime.
Component Category
Data and storage / database administration
Component Description
PgAdmin is a graphical administration and management tool for PostgreSQL environments.
Why It Is Used
In BullSequana AI Runtime, PgAdmin provides operators with a practical interface for inspecting, managing, and troubleshooting PostgreSQL instances used by the platform.
Learn More
Deployment notes
PgAdmin deploys into the pgadmin4 namespace at sync wave 8 in the common tier. It uses a 1Gi persistent volume for application data and authenticates through Keycloak OIDC. The platform CA trust bundle is mounted for TLS verification.
Interacts With
PostgreSQL, as the primary database administration target.Keycloak, for OAuth2-based login configured in the platform.Gateway APIandExternal DNS, to expose PgAdmin securely through the platform ingress layer.