Skip to content

minhleaws/gitlab-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •