Installation Of Graffana on LinuxAdd the Grafana APT Repository: sudo apt-get install -y software-properties-common sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main" wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - Install Grafa...Dec 21, 2024路1 min read
饾棟饾棽饾椈饾椄饾椂饾椈饾榾 饾棫饾棽饾椏饾椏饾棶饾棾饾椉饾椏饾椇-饾棓饾椈饾榾饾椂饾棷饾椆饾棽 饾棧饾椂饾椊饾棽饾椆饾椂饾椈饾棽 :- 饾懆 饾懎饾挅饾拲饾拲 饾懏饾挅饾拪饾拝饾拞.Jun 20, 2024路4 min read
Automated the deployment of a Node JS Application on serverless AWS ECS FARGETStep 1: Create Instance T2-micro This Instance is used for building and pushing Docker images Connect instance SSH through Step 2: Update sudo apt-get update Step 3: Clone Code from GitHub git clone https://github.com/akshayshinde3/node-todo-Aws_se...Jun 16, 2024路2 min read
TWS Three-Tier-Application Project Guide With Interview QuestionsApplication Code: The Application-Code directory contains the source code for the Three-Tier Web Application. Dive into this directory to explore the frontend and backend implementations. Jenkins Pipeline Code: In the Jenkins-Pipeline-Code directory,...Apr 24, 2024路8 min read
DevSecOps Jenkins CICD Pipeline for a Node.js Application :In this project we will create our Node.js application using Jenkins, security using SonarQube,OWASP, image Tool we will need in this project is :- AWS EC2 Docker,Docker Compose & Docker Lab GitHub Jenkins SonarQube OWASP DC Trivy Prerequis...Apr 3, 2024路5 min read
Day 2 Terra-week ChallangeTask 1: Familiarize yourself with HCL syntax used in Terraform HCL (HashiCorp Configuration Language) is the syntax used in Terraform for defining infrastructure as code. Here's a breakdown of some key concepts: Blocks: In HCL, configurations are or...Mar 19, 2024路2 min read
Simplifying Infrastructure Provisioning with TerraformDay 1: Introduction: In the realm of DevOps, efficient management of infrastructure is paramount. As a DevOps Engineer, you're tasked with ensuring seamless deployment, scaling, and management of resources. Enter Terraform, a powerful tool that revol...Mar 18, 2024路5 min read