Skip to content

Latest commit

 

History

History
 
 

radius-traderx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Deploy TraderX Using Radius

Radius can be used to deploy and run the TraderX application.

Prerequisites

  • Install and set up Radius and local Kubernetes cluster
  • Optionally set up an Azure or AWS provider and environment in Radius

Instructions

To deploy the TraderX app using Radius, you can run the commands directly in this directory.

First, initialize Radius:

rad init

Select Yes when prompted to setup an application in the current directory

To deploy and run the app in your local environment:

rad run traderx.bicep

If you have an Azure environment set up, you can deploy the app there as well (in this example the Azure environment is associated with the prod-azure workspace):

rad deploy traderx.bicep -w prod-azure

If you have an AWS environment set up, you can deploy the app there as well (in this example the AWS environment is associated with the prod-aws workspace):

rad deploy traderx.bicep -w prod-aws