The 5GMETA Cloud Platform was deployed on Amazon Elastic Kubernetes Service (Amazon EKS). For more information, see Creating an Amazon EKS cluster and Amazon EKS nodes.
The following picture shows the architecurte of an AWS EKS cluster:
The followng tools are needed:
- Terraform
- Kubectl
- Eksctl.
- AWS CLI in the AWS Command Line Interface User Guide. After installing the AWS CLI, we recommend that you also configure it. For more information, see Quick configuration with
aws configurein the AWS Command Line Interface User - Helm.
- AWS account and associated credentials that allow you to create resources.
After creating an AWS account, export the AWS Credentials
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=cd cloud-platform/deploy/terraform/aws
terraform init
terraform applyThis command will create and EKS cluster and install the 5GMETA-Platform using the Helm chart.
