Introduction
This section walks through building, installing, and upgrading a production Orchestrator deployment.
This includes building required artifacts (container images, Helm charts), deploying to Amazon Elastic Kubernetes Service (EKS), and upgrading between Orchestrator release versions.
Prerequisites
Before deployment, it may be useful to read through the Magma prerequisites and Magma quick start guide sections.
Familiarity with the following is assumed
- AWS
- Kubernetes
- Terraform
The instructions in this section have been tested on macOS and Linux. If you are deploying from a Windows host, some shell commands will likely require adjustments.
Deploying specific release
To target a specific release, checkout the Magma repository's relevant release branch when building artifacts. This is also a great place to find relevant Terraform values.
Values for recent Orchestrator releases are summarized below
v1.3.0
Verified with Terraform version 0.13.1. The latest Terraform version will
likely work as well.
- v1.3patch branch
- github.com/magma/magma//orc8r/cloud/deploy/terraform/orc8r-aws?ref=v1.3Terraform module source
- 1.4.36Helm chart version
- Additional notes
- 9.6PostgreSQL target release, newer versions will likely work as well
 
v1.2.0
Verified with Terraform version 0.13.1. The latest Terraform version will
likely work as well.
- v1.2patch branch
- github.com/magma/magma//orc8r/cloud/deploy/terraform/orc8r-aws?ref=v1.2Terraform module source
- 1.4.35Helm chart version
- Additional notes
- 9.6PostgreSQL target release, newer versions will likely work as well
 
v1.1.0
Verified with Terraform version 0.12.29. The latest Terraform version will
likely work as well.
- v1.1patch branch
- github.com/magma/magma//orc8r/cloud/deploy/terraform/orc8r-aws?ref=v1.1Terraform module source
- 1.4.21Helm chart version
- Additional notes
- 9.6PostgreSQL target release, newer versions will likely work as well