Development network
The devnet is a complete local runtime with five gateway containers behind HAProxy.
Services
Section titled “Services”| Port | Service |
|---|---|
5290 |
Control plane API and admin UI |
5390 |
Gateway backend gRPC |
5391 |
Gateway backend HTTP and identity endpoints |
5080 |
HAProxy load-balanced gateway |
5081 to 5085 |
Direct gateway access |
5088 |
Fixture upstream |
5011 to 5015 |
Python callout hosts |
8404 |
HAProxy statistics |
15672 |
RabbitMQ management |
Reseed fixtures
Section titled “Reseed fixtures”The one-shot devnet-seed service creates the environment, target servers, bundle revisions,
content-addressed resources, and deployments.
docker compose --project-directory . ` -f deploy\compose\docker-compose.yml ` -f deploy\devnet\docker-compose.devnet.yml ` run --rm devnet-seedExercise a scenario
Section titled “Exercise a scenario”List the bundled scenarios:
.\deploy\devnet\call-devnet.ps1 -Scenario listUse smoke-devnet.ps1 for the acceptance lane and call-devnet.ps1 when you want to inspect
individual request and response behavior.