Lines Matching full:orchestrator
16 …face for the user to write queries which are sent through gRPC to the Orchestrator. This can be ac…
19 ### Orchestrator subsection
20 The Orchestrator is the central component of the service and is responsible for sharding traces to …
77 ### Deploying the Orchestrator
78 The deployment of Orchestrator requires two main steps: Building and pushing the images to Artifact…
80 #### Building and uploading the Orchestrator image argument
84 docker build -t bigtrace_orchestrator src/bigtrace/orchestrator
92 To use the images from the registry which were built in the previous step, the orchestrator-deploym…
108 Then to deploy the Orchestrator you apply both the orchestrator-deployment.yaml and the orchestrato…
111 kubectl apply -f orchestrator-deployment.yaml
112 kubectl apply -f orchestrator-ilb.yaml
115 This deploys the Orchestrator as a single replica in a pod and exposes it as a service for access w…
118 Similar to the Orchestrator first build and push the images to Artifact Registry.
153 …se image and provides the necessary Python libraries for gRPC to communicate with the Orchestrator.
178 …TRACE_ORCHESTRATOR_ADDRESS must also be changed to the address of the Orchestrator service given b…
186 value: # Address of Orchestrator service