Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 796 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 796 Bytes

GitLab HelmChart POC

Setup AWS Profile

Step 1: Setup AWS User

  • Create an IAM User: gitlab-iac
  • Attached directory permission: AdministratorAccess
  • Create access key

Step2: Setup AWS Profile on your local machine, following the context below

  • ~/.aws/config

    [profile gitlab-helmchart-poc]
    region = eu-west-1  
    
  • ~/.aws/credentials

    [gitlab-helmchart-poc]
    aws_access_key_id = ***
    aws_secret_access_key = ***
    

Provision AWS Infrastructure as Code

Checkout the document here

Deploy Gitlab on EKS cluster via Helm chart

Checkout the document here