Deploy React Application on AWS EKS using GitHub Actions and Terraform | CI CD Pipeline

preview_player
Показать описание
We'll be deploying a React application on AWS Elastic Kubernetes (EKS) and using Github actions for our CI/CD pipeline. Our self-hosted runner for GitHub Actions will be EC2, and we'll be integrating Sonarcube for code analysis and Trivy Image scan to scan our docker images. Plus, we'll be using Slack to get build/deployment notifications.

Article:

#githubactions #cicd

_ _ _ _ _ _ _ _ _ _ _ _ __ __ _ _ _ _

Social Links:

Рекомендации по теме
Комментарии
Автор

great work. keep going like this. thanks

djangodeveloper
Автор

hey Muh! thanks for the straightforward tutorial! I was wondering if there was a way to persist the action runners on the EC2 instance? Do I always have to ssh into it and run the ./run.sh in order for the GitHub actions to work?

justinseo
Автор

Nice..Ansible can we integrate in above setup for configuration management and Data sources and Grafana for monitoring ?

yaseenbaba
Автор

thanks for the tutorial, was helpful for the backend code update integration, but the "ok" count in this video is very high 😅

arpitsingh
Автор

can i also use this approach to my express app?

rodelcrisosto