Port Reference

A complete map of all ports used by the infrastructure and platform services.

Infrastructure Ports

The following ports are mapped from the Docker containers to your host machine.

PortServiceProtocolRole
5432PostgreSQLTCPKeycloak Database
5433KeycloakHTTPIAM Admin & Auth API
8081Schema RegistryHTTPAvro Schema Management
8082Kafka ConnectHTTPConnector REST API
8090Config ServerHTTPCentralized Configuration
8091VaultHTTPSecrets Management & UI
8761EurekaHTTPService Discovery Dashboard
9092KafkaTCPMessaging (External Access)

Internal Network Hostnames

When services communicate inside the Docker network (arya-banking-net), they should use the container hostnames instead of localhost.

Destination ServiceHostnamePort
Kafkakafka29092
Keycloakkeycloak8080
Vaultvault8200
Eurekaservice-registry8761
Config Serverconfig-server8090
API Gatewayapi-gateway8085

Application Ports (Microservices)

For reference, the following ports are used by the Spring Boot microservices (usually run on the host):

PortService
8085API Gateway
8086User Service
8087Auth Service
8089Admin Service