Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.74 KB

File metadata and controls

41 lines (26 loc) · 1.74 KB

Cloud platform deployment on AMAZON Elastic Kubernetes Service

Introduction

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:

EKS Architecture

Prerequisites

The followng tools are needed:

After creating an AWS account, export the AWS Credentials

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=

Deploy the 5GMETA Platform using Terraform

cd cloud-platform/deploy/terraform/aws
terraform init
terraform apply

This command will create and EKS cluster and install the 5GMETA-Platform using the Helm chart.

Conclusion