Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roy-barla1810/react_js-2048
- Owner: ROY-BARLA1810
- Created: 2023-12-26T07:19:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T07:32:32.000Z (about 1 year ago)
- Last Synced: 2023-12-26T08:28:44.671Z (about 1 year ago)
- Topics: docker, dockerhub, github, jdk17, jenkins, kubernetes, owasp, sonarqube, webhooks
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/roybarla1810/2048/general
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.