🚀 Provision AWS Resources with Terraform: EC2 Instance, S3 Bucket , Key, Security Group, and Subnet in Default VPC.🔥Dec 30, 2023·2 min read
🔥Setting up and Monitoring 📈of node-todo-app with grafana loki & promtail⚡⏩💎 Set Up Grafana for Visualization 1 : Install Grafana Follow the instructions on the Grafana website to download and install Grafana. Github: https://github.com/suhasiForDevOps22/Grafana-Prometheus-/blob/main/Grafana_installation After in...Jan 5, 2024·3 min read
💫Day 24 Task: Complete Jenkins CI/CD Project💎 Task- 01 Fork this repository: https://github.com/LondheShubham153/node-todo-cicd Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks and make sure you have a CICD set...Oct 23, 2023·1 min read
🔥 Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.Task-01 create an agent for your app. ( which you deployed from docker in the earlier task) Create a new Jenkins freestyle project for your app. General Tab: You can configure the project description, set the source code management if your appl...Oct 22, 2023·2 min read
Day-22 : Getting Started with Jenkins 😃Tasks: 1. What you understood in Jenkin, write a small article in your own words. 🔶 Jenkins is an open-source project written in Java, that runs on Windows,macOS and other Unix-like OS. It is a free community project and might be your first choice t...Oct 21, 2023·2 min read
Day 18 Task: Docker for DevOps EngineersTask-1 Learn how to use the docker-compose.yml file, to set up the environment, configure the services and links between different containers, and also to use environment variables in the docker-compose.yml file. Docker Compose is a tool for defining...Oct 15, 2023·4 min read
🔥Day 18 Task: Docker for DevOps Engineers💎Task-1 💠 Learn how to use the docker-compose.yml file, set up the environment, configure the services and links between different containers, and also to use environment variables in the docker-compose.yml file. 🔶 Docker Compose is a tool for def...Oct 15, 2023·4 min read
🔥Day 17 Task: Docker Project for DevOps Engineers.💎 Task: 💎 Create a Dockerfile for a simple web application (e.g. a Node.js or Python app) 🔶 First, you'll need to create a Dockerfile. This file contains instructions for building a Docker image. You can use the vi text editor to create a file nam...Oct 14, 2023·2 min read