How-to Guides#
Task-focused guides for operating and integrating conda-broker.
Manage services
List, enable, start, restart, and stop broker-managed services.
Query status from plugins
Use the Broker API to make runtime decisions without starting the broker.
Integrate conda plugins
Add optional broker services, fallbacks, and plugin-specific status checks.
Inspect logs and events
Read service logs, follow JSON Lines output, and inspect event records.
Configure paths
Override runtime and log locations through CLI flags, environment, or conda settings.
Configure health checks
Choose process, TCP, HTTP, or exec checks for service health.
Expose service endpoints
Declare local TCP or HTTP endpoints, wait for readiness, and query URLs.
Validate provider services
Run isolated conformance checks before shipping a provider plugin.