Skip to content

Workload Wizard

We develop and maintain a public Git repository with functioning examples of workload specifications and automation pipelines that can be leveraged by customers.


Workload Wizard Config

Users that use the workload wizard typically use the GUI to specify policy and intent for their workloads. The wizard auto generates the required k8s yaml during deployment.

Once the wizard based workload has been successfully configured, the "workload configuration" can be downloaded either via the Web Console or RCTL CLI.

Web Console

  • Click on "Actions" for the configured workload
  • Select "Download Config"

Config for Workload Wizard

RCTL

Use RTCL to programmatically download the workload configuration from the controller

/rctl download workload <workload name>
Config file: workload name.yaml