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
> Create EKS cluster
Overview
Content
Create EKS cluster
Overview
In this section, we will create an EKS cluster and then deploy the basic web application to this cluster.
Content
Create EKS Cluster
Check EKS Cluster
Deploy Application