Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.
Version: v1.4

Template in distributor/

Distributor is a cloud runtime service that durably accepts completed tasks, stores results for Backend queries, and exports result logs.

position: cloud
pod-template:
image: distributor
imagePullPolicy: Always
env:
port-open:
pos: cloud
port: 9000

The base template has no policy-specific environment variables. Distributor performs the final task-lease renewal before persistence, reports completion to Scheduler, and releases the lease. Acceptance is idempotent, so a retry of the same completed task does not create a second logical result.