diff --git a/Github-actions-eks-deployment/00 - architecture diagram.png b/Github-actions-eks-deployment/00 - architecture diagram.png new file mode 100644 index 0000000..ae25c42 Binary files /dev/null and b/Github-actions-eks-deployment/00 - architecture diagram.png differ diff --git a/Github-actions-eks-deployment/01 - created role to interact with Jenkins CICD.png b/Github-actions-eks-deployment/01 - created role to interact with Jenkins CICD.png new file mode 100644 index 0000000..7f01adc Binary files /dev/null and b/Github-actions-eks-deployment/01 - created role to interact with Jenkins CICD.png differ diff --git a/Github-actions-eks-deployment/02 - created a VPC network to support infra.png b/Github-actions-eks-deployment/02 - created a VPC network to support infra.png new file mode 100644 index 0000000..a55fcab Binary files /dev/null and b/Github-actions-eks-deployment/02 - created a VPC network to support infra.png differ diff --git a/Github-actions-eks-deployment/03 - Created a Security group.png b/Github-actions-eks-deployment/03 - Created a Security group.png new file mode 100644 index 0000000..daf88cc Binary files /dev/null and b/Github-actions-eks-deployment/03 - Created a Security group.png differ diff --git a/Github-actions-eks-deployment/04 - Lauched ec2 instance with provisioned SG & VPC.png b/Github-actions-eks-deployment/04 - Lauched ec2 instance with provisioned SG & VPC.png new file mode 100644 index 0000000..70a1863 Binary files /dev/null and b/Github-actions-eks-deployment/04 - Lauched ec2 instance with provisioned SG & VPC.png differ diff --git a/Github-actions-eks-deployment/05 - successfully SSH into ec2 from local machine.png b/Github-actions-eks-deployment/05 - successfully SSH into ec2 from local machine.png new file mode 100644 index 0000000..8a3ef55 Binary files /dev/null and b/Github-actions-eks-deployment/05 - successfully SSH into ec2 from local machine.png differ diff --git a/Github-actions-eks-deployment/06 - installed & running sonarqube on ec2 instance.png b/Github-actions-eks-deployment/06 - installed & running sonarqube on ec2 instance.png new file mode 100644 index 0000000..421fd9a Binary files /dev/null and b/Github-actions-eks-deployment/06 - installed & running sonarqube on ec2 instance.png differ diff --git a/Github-actions-eks-deployment/07 - successfully running sonarqube on ec2.png b/Github-actions-eks-deployment/07 - successfully running sonarqube on ec2.png new file mode 100644 index 0000000..16de629 Binary files /dev/null and b/Github-actions-eks-deployment/07 - successfully running sonarqube on ec2.png differ diff --git a/Github-actions-eks-deployment/08 - creating a script to install other neccessary tools for automation.png b/Github-actions-eks-deployment/08 - creating a script to install other neccessary tools for automation.png new file mode 100644 index 0000000..a37bc3c Binary files /dev/null and b/Github-actions-eks-deployment/08 - creating a script to install other neccessary tools for automation.png differ diff --git a/Github-actions-eks-deployment/09 - confirming the installation of automation tools.png b/Github-actions-eks-deployment/09 - confirming the installation of automation tools.png new file mode 100644 index 0000000..1957936 Binary files /dev/null and b/Github-actions-eks-deployment/09 - confirming the installation of automation tools.png differ diff --git a/Github-actions-eks-deployment/10 - provisioned resources using terraform, had issues which I rectified and reprovisioned.png b/Github-actions-eks-deployment/10 - provisioned resources using terraform, had issues which I rectified and reprovisioned.png new file mode 100644 index 0000000..b72a87b Binary files /dev/null and b/Github-actions-eks-deployment/10 - provisioned resources using terraform, had issues which I rectified and reprovisioned.png differ diff --git a/Github-actions-eks-deployment/11 - created repo secrets for Sonarqube.png b/Github-actions-eks-deployment/11 - created repo secrets for Sonarqube.png new file mode 100644 index 0000000..0c6cf4b Binary files /dev/null and b/Github-actions-eks-deployment/11 - created repo secrets for Sonarqube.png differ diff --git a/Github-actions-eks-deployment/12 - successfully ran sonar actions.png b/Github-actions-eks-deployment/12 - successfully ran sonar actions.png new file mode 100644 index 0000000..8c58a4b Binary files /dev/null and b/Github-actions-eks-deployment/12 - successfully ran sonar actions.png differ diff --git a/Github-actions-eks-deployment/13 - sonarqube dashboard working succesfully.png b/Github-actions-eks-deployment/13 - sonarqube dashboard working succesfully.png new file mode 100644 index 0000000..5efaae7 Binary files /dev/null and b/Github-actions-eks-deployment/13 - sonarqube dashboard working succesfully.png differ diff --git a/Github-actions-eks-deployment/14 - created EKS cluster for deployment.png b/Github-actions-eks-deployment/14 - created EKS cluster for deployment.png new file mode 100644 index 0000000..29f2eee Binary files /dev/null and b/Github-actions-eks-deployment/14 - created EKS cluster for deployment.png differ diff --git a/Github-actions-eks-deployment/15 - successfully configured github hosted runner on ec2.png b/Github-actions-eks-deployment/15 - successfully configured github hosted runner on ec2.png new file mode 100644 index 0000000..4cc91c8 Binary files /dev/null and b/Github-actions-eks-deployment/15 - successfully configured github hosted runner on ec2.png differ diff --git a/Github-actions-eks-deployment/16 - runner successfully showing on Github.png b/Github-actions-eks-deployment/16 - runner successfully showing on Github.png new file mode 100644 index 0000000..b286f66 Binary files /dev/null and b/Github-actions-eks-deployment/16 - runner successfully showing on Github.png differ diff --git a/Github-actions-eks-deployment/17 - confirmed self-hosted runner is listening for jobs.png b/Github-actions-eks-deployment/17 - confirmed self-hosted runner is listening for jobs.png new file mode 100644 index 0000000..4451c42 Binary files /dev/null and b/Github-actions-eks-deployment/17 - confirmed self-hosted runner is listening for jobs.png differ diff --git a/Github-actions-eks-deployment/18 - workflows successfully running on self-hosted runner.png b/Github-actions-eks-deployment/18 - workflows successfully running on self-hosted runner.png new file mode 100644 index 0000000..8686726 Binary files /dev/null and b/Github-actions-eks-deployment/18 - workflows successfully running on self-hosted runner.png differ diff --git a/Github-actions-eks-deployment/19 - successfully ran trivy file scan.png b/Github-actions-eks-deployment/19 - successfully ran trivy file scan.png new file mode 100644 index 0000000..143c305 Binary files /dev/null and b/Github-actions-eks-deployment/19 - successfully ran trivy file scan.png differ diff --git a/Github-actions-eks-deployment/20 - successfully added Docker build & push step.png b/Github-actions-eks-deployment/20 - successfully added Docker build & push step.png new file mode 100644 index 0000000..344ecc1 Binary files /dev/null and b/Github-actions-eks-deployment/20 - successfully added Docker build & push step.png differ diff --git a/Github-actions-eks-deployment/21 - image is successfully pushed to Docker.png b/Github-actions-eks-deployment/21 - image is successfully pushed to Docker.png new file mode 100644 index 0000000..b8bea10 Binary files /dev/null and b/Github-actions-eks-deployment/21 - image is successfully pushed to Docker.png differ diff --git a/Github-actions-eks-deployment/22 - successfully setup slack channel for deployment notification.png b/Github-actions-eks-deployment/22 - successfully setup slack channel for deployment notification.png new file mode 100644 index 0000000..3a2387d Binary files /dev/null and b/Github-actions-eks-deployment/22 - successfully setup slack channel for deployment notification.png differ diff --git a/Github-actions-eks-deployment/23 - build & deploy process completed sucessfully.png b/Github-actions-eks-deployment/23 - build & deploy process completed sucessfully.png new file mode 100644 index 0000000..6ebe1a0 Binary files /dev/null and b/Github-actions-eks-deployment/23 - build & deploy process completed sucessfully.png differ diff --git a/Github-actions-eks-deployment/24 - slack notification successful.png b/Github-actions-eks-deployment/24 - slack notification successful.png new file mode 100644 index 0000000..cc697a2 Binary files /dev/null and b/Github-actions-eks-deployment/24 - slack notification successful.png differ diff --git a/Github-actions-eks-deployment/Final - game playing successfully.png b/Github-actions-eks-deployment/Final - game playing successfully.png new file mode 100644 index 0000000..002cb1a Binary files /dev/null and b/Github-actions-eks-deployment/Final - game playing successfully.png differ