Yaku Core#
The Yaku service consists of several layers:
Clients: the service can be accessed by using different clients, e.g., the web interface, the REST API, or the CLI client.
REST API: the web service offers a REST API which connects the clients to the backend.
Core: the core of Yaku is the workflow engine which takes a Yaku configuration and executes it by stepping through all automation and checks, and executing the autopilots.
This section of the documentation deals with the Core part and explains the details of:
how a configuration looks like
how autopilots can be added to a configuration
how the autopilot execution context looks like
how and where you can define environment variables
how you can define and use secrets
See below for a full list of chapters.