The Runners service manages runner registrations and workload runtime state.
Architecture: Runners
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -w# From the agynio/e2e repo
devspace run test-e2e --tag svc_runnersE2E coverage is centralized in agynio/e2e under the go-core suite. See E2E Testing.
The chart ships with a DENY-based Istio AuthorizationPolicy. By default,
authorizationPolicy.identityServiceAccounts allows in-mesh callers that
forward x-identity-id (gateway, expose, notifications, chat).
Override the list if your deployment uses different service accounts (for
example, add agents-orchestrator-e2e for E2E runs).