Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages