docs/concepts/orchestration/index.md
(orchestration)=
network-wired OrchestrationAs seen in the {ref}architecture overview <architecture-overview>, Jina-serve is organized in different layers.
The Orchestration layer is composed of concepts that let you orchestrate, serve and scale your Executors with ease.
Two objects belong to this family:
~Deployment), ideal for serving a single model or microservice.~Flow), ideal for more complex operations where Documents need to be processed in multiple ways.Both Deployment and Flow share similar syntax and behavior. The main differences are:
Gateway <gateway>, while Deployments do not.:hidden:
deployment
flow
add-executors
scale-out
hot-reload
handle-exceptions
readiness
health-check
instrumentation
troubleshooting-on-multiprocess
yaml-spec