Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roy-barla1810/react_js-2048

DevSecOps: Deploying the 2048 Game on Docker and Kubernetes with Jenkins CI/CD
https://github.com/roy-barla1810/react_js-2048

docker dockerhub github jdk17 jenkins kubernetes owasp sonarqube webhooks

Last synced: about 2 months ago
JSON representation

DevSecOps: Deploying the 2048 Game on Docker and Kubernetes with Jenkins CI/CD

Awesome Lists containing this project

README

        

Step 1 — Launch an Ubuntu(22.04) T2 Large Instance

Step 2 — Install Jenkins, Docker and Trivy. Create a Sonarqube Container using Docker.

Step 3 — Install Plugins like JDK, Sonarqube Scanner, Nodejs, and OWASP Dependency Check.

Step 4 — Create a Pipeline Project in Jenkins using a Declarative Pipeline

Step 5 — Install OWASP Dependency Check Plugins

Step 6 — Docker Image Build and Push

Step 7 — Deploy the image using Docker

Step 8 — Kubernetes master and slave setup on Ubuntu (20.04)

Step 9 — Access the Game on Browser.

Step 10 — Terminate the AWS EC2 Instances.