DevOps Engineer
Nothing here yet.
Create an EC2 instance (Amazon Linux 2 AMI) and connect to it. Clone this repo to the EC2 instance git clone https://github.com/rjthapaa/CICD_CRUD-APP-NODEJS-.git CodeCommit Navigate to AWS Console > CodeCommit and create a new repo This repo cann...

Here are the step-by-step details to set up an end-to-end Jenkins pipeline for a Java application using SonarQube, Argo CD, Helm, and Kubernetes: Prerequisites: Java application code hosted on a Git repository Jenkins server Kubernetes cluster He...

CodeCommit Navigate to CodeCommit and create an empty repository As a root user you cannot access the CodeCommit repo, so we need to create an IAM user with certain policies IAM USER Navigate to IAM > Users You can create a new user by clicking Ad...

Create an EC2 instance and start installing JAVA, MAVEN and TOMCAT Create another EC2 instance to install Jenkins Install java 17 sudo apt update sudo apt install openjdk-17-jdk -y sudo apt install openjdk-17-jre -y java --version Install the latest...
