DevOps by GitLab & Kubernetes on AWS
Sep 7, 2018 · 2 min read

How to config and prepare a AWS environments
Prerequisite
- GitLab account
- AWS account

How to work by Gitlab CI/CD with Amazon Elastic Kubenetes Service(AWS EKS).
Step by Step : https://gitlab.com/ditdanai/Gitlab-CICD-AWS_EKS
Getting Started with Amazon EKS
- Create new user IAM even thought root AWS account.
- Open the IAM console at(We should setting AWS IAM on AWS).
- Enable MFA (Multi Factor Authentication)

- Create AWS EKS cluster VPC
- Create EKS
- Create EC2 Keyname
- Config AWS CLI (Command line Interface)
- Create AWS Worker Nodes
- Config GitLab Runner to CICD
- GitLab add Existing Cluster
GitLab should be install a helm and runner for CICD !!
