Synadia Workloads

Deploying Workloads

When workload are Enabled on your account, a Workloads tab will show up in the top navigation section. Selecting that will take you to an overview of your manage workloads.

Workloads

The UI will walk you through all the options you need to deploy a workload. To get started, click the Deploy Workload button.

The first option you will be presented with is the Type of workload you want to deploy - a Container or Function. With both types you have the option of selecting a Cloud Provider: AWS, Azure, or GCP and a region in the US, Europe or Asia. These cloud providers and regions are the same as NGS and your workload will run alongside the global super cluster.

Deploy

Containers

For now any containers must be hosted on a public registry. You can specify typical container options like the entrypoint, command and runtime via the Advanced Options.

Container

Functions

JavaScript functions will execute in a Deno isolate and are triggered when messages come over a specific subject:

Function

Previous
Enable Workloads