AWS-Logo_White-Color
1.
Introduction
2.
Preparatory steps
2.1
Create IAM User
2.2
Create Cloud9 Workspace
2.3
Installing Kubernetes Tool
2.4
Configuring IAM role
2.4.1
Create IAM role
2.4.2
Assign IAM role
2.4.3
Update Cloud9 Configuration
2.5
Installing eksctl
3.
Create EKS cluster
3.1
Create EKS Cluster
3.2
Test EKS Cluster
3.3
Deploying the application
4.
Create CI/CD
4.1
Create S3 bucket
4.2
Create service role for CodePipeline service
4.3
Create service role for CodeBuild service
4.4
Configuring RBAC
4.5
Fork Source Code
4.6
Create a pipeline
4.7
Test CI/CD
5.
Clean up resources
More
AWS Study Group - Blog
AWS Study Group - FB Group
English
Tiếng Việt
Clear History
Workshop
Cloud Journey
Last Updated
27-11-2023
Team
Minh Trí
Thành Được
Anh Khoa
Gia Hưng
Hoàng Kha
CI/CD on EKS
> Preparatory steps
Overview
Content
Preparatory steps
Overview
To prepare for the lab, we will use
AWS Cloud9
as a workspace and will need to install some tools for system administration on EKS including
kubectl
and
eksctl
.
Content
Create IAM User
Create Workspace
Install Kubernetes Tool
Role Configuration
Install eksctl Tool