Manav Rautday-1-of-90daysofdevops.hashnode.dev·Dec 20, 2024🎯 Automating Docker Workflows with Jenkins: A Step-by-Step Guide 🚀🚀 Task 1: Jenkins Freestyle Project for Your Dockerized App 🐳 🌟 Step 1: Set Up Jenkins Agent for Your App Install Jenkins on Your Machine 🛠️: Deploy Jenkins using Docker: docker run -d -p 8080:8080 -p 50000:50000 --name jenkins-server -v jenk...Jenkins
Vishal Kumarpackage-manager-in-linux.hashnode.dev·Dec 19, 2024What is a Package Manager in Linux?In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like a software center or a command line t...linux for beginners
Harsh Soniharshdevopss.hashnode.dev·Dec 18, 2024Step-by-Step Guide to Kubernetes Architecture for BeginnersIf you've ever wondered how modern applications are managed and scaled seamlessly across multiple environments, Kubernetes is the magic behind it all. In this blog, I’ll walk you through the basics of Kubernetes, its benefits, and its architecture in...Hashnode
Syed Dadapeerdrops.hashnode.dev·Dec 8, 2024Jenkins Declarative Pipeline: A Step-by-Step Guide for Day 26Imagine a world where every time you make a change to your code, everything—building, testing, and deploying—happens automatically, with no manual effort. Sounds like magic? It's Jenkins Pipelines! 🪄 Jenkins acts like your automation sidekick, and J...90DaysOfDevOpsJenkins
Syed Dadapeerdrops.hashnode.dev·Dec 7, 2024Day 24 Jenkins CI/CD Project Completion: A To-Do ListReady to level up your DevOps game? Let's create a rock-solid CI/CD pipeline for your Node.js application! 🚀 By now, you’ve already dived into Jenkins and Docker, so it’s time to put your skills to the test. If you’ve just completed Day 23 of the #9...90DaysOfDevOps#90daysofdevops
Syed Dadapeerdrops.hashnode.dev·Dec 6, 2024Day 23: Step-by-Step Jenkins Freestyle Project Setup for DevOps EngineersWelcome to the World of CI/CD! Imagine you're building an amazing app, and every time you make a change, you want it to automatically build, test, and deploy without lifting a finger. Sounds like magic, right? Well, it’s not! This process is known as...90DaysOfDevOps#90daysofdevops
Syed Dadapeerdrops.hashnode.dev·Dec 6, 2024Day 22: Beginner's Guide to Using JenkinsImagine you're working on a software project, and you're responsible for building, testing, and deploying the code. Sounds like a lot, right? 🤔 Well, that's where Jenkins comes in! Jenkins is like your superhero sidekick 🦸♂️ in the world of DevOps...90DaysOfDevOpsJenkins
Amitabh soniamitabhdevops.hashnode.dev·Dec 5, 2024Day 10: Automating Log Analysis with Bash Script - Log Analyzer and Report GeneratorWelcome to Day 10 of my #90DaysOfDevOps challenge! Today, I’ll walk you through a task where I created a Bash script to automate the process of analyzing server log files. This script helps system administrators identify critical events, count errors...Devops
Syed Dadapeerdrops.hashnode.dev·Dec 4, 2024Jenkins Setup: Simple Installation StepsImagine if your daily tasks were automated—your morning coffee prepared automatically, emails sent while you sleep, or reminders popping up when you need them. Sounds awesome, right? 🤩 Jenkins is like your virtual assistant, but for developers! 👨�...90DaysOfDevOpsJenkins
Syed Dadapeerdrops.hashnode.dev·Dec 3, 2024Top Docker Interview Questions for Day 21 PreparationDocker is an essential tool in the DevOps toolkit, and it's common in technical interviews. If you're preparing for a DevOps Engineer interview, it's crucial to understand Docker concepts, commands, and real-world use cases. In this blog, we’ll cover...90DaysOfDevOpsDocker