Start Upper-Layer System
Introduction
Dayu's upper-layer system has two lifecycle scopes:
- the support layer contains Backend, Frontend, Datasource, and Redis and is started by
dayu.sh; - the application runtime contains Scheduler, Generator, Controller, Processor, Distributor, and Monitor RuntimeServices and is installed from the frontend or Backend API.
Starting the support layer does not install a scheduler policy or application DAG. This separation lets operators change or remove an application runtime without rebuilding the lower-layer cluster.
Start process
Before starting, confirm the lower-layer system is healthy and the registry and mounted paths in template/base.yaml
are reachable from every selected node.