Munilakshmi G J100daysdevops.hashnode.dev·7 hours agoDay 26 of 100 Days : Discovering the Magic of the Cloud in DevOpsWelcome to an exciting day in your DevOps journey! 🌥️ Today, we’re stepping into the dynamic world of cloud computing—a game-changer that brings speed, flexibility, and innovation to how we build, deploy, and scale applications. By the end of this d...DiscussCloud
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·8 hours agoJenkins Interview Guide: From Basic Concepts to Real-World ScenariosGeneral Questions 1. What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) focuses on automatically integrating code changes from multiple developers into a shared repository...Discuss·10 likes#90daysofdevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·8 hours agoUnderstanding Jenkins: A Comprehensive GuideWhat is Jenkins? Jenkins is an open-source automation server that has become the de facto standard for continuous integration and continuous delivery (CI/CD) in software development. It acts as a crucial middleman between your development process and...Discuss·10 likes#90daysofdevops
Harsh Soniharshdevopss.hashnode.dev·Nov 20, 2024Understanding Terraform and Key ConceptsTerraform has become one of the most popular tools in the DevOps world for managing cloud infrastructure. Here’s a simple breakdown of some fundamental concepts related to Terraform and Infrastructure as Code (IaC). Why do we use Terraform? Terrafor...DiscussTerraform
Munilakshmi G J100daysdevops.hashnode.dev·Nov 19, 2024Day 25 of 100 Days : Mastering Jenkins Security, Scalability, and Advanced TopicsWelcome back, Jenkins enthusiast! 🌟 Yesterday, we explored pipelines, plugins, and integrations. Today, we’ll venture into security, scalability, and advanced topics, arming you with the theoretical knowledge required to manage Jenkins in dynamic an...DiscussJenkins
Harsh Soniharshdevopss.hashnode.dev·Nov 19, 2024Ansible Real-Time Project: Hands-On ImplementationIn this blog, I'll share a step-by-step guide for a real-time project I recently worked on using Ansible. The project involves automating tasks on AWS EC2 instances. If you're new to Ansible, this is an excellent way to understand key concepts like l...Discuss2Articles1Week
Munilakshmi G J100daysdevops.hashnode.dev·Nov 19, 2024Day 24 of 100 Days : Exploring Jenkins Pipelines, Plugins, and IntegrationsHello, Jenkins explorer! 🌟 After setting up your first Jenkins job, it's time to expand your understanding of how Jenkins works conceptually. Today’s focus is on Pipelines, Plugins, and Integrations—the core elements that make Jenkins the powerhouse...DiscussJenkins
Munilakshmi G J100daysdevops.hashnode.dev·Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 🎉 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let’s create a fun pipeline to say "Hello, World!" wh...Discussci-cd
Tushar Panttusharpant.online·Nov 18, 2024Day 90 of 90 Days of DevOps Challenge: The Grand Finale of My 90 Days of DevOps Journey! 🎉Wow! It’s hard to believe that I’ve reached Day 90 of my DevOps journey! What started as a challenge to learn and grow has transformed into an exhilarating exploration of modern software development practices, automation, and cloud technologies. In t...Discuss90 Days of DevOpsDevops
Fauzeyafauzeya.hashnode.dev·Nov 17, 2024Day 20 Essential Docker Cheat Sheet for DevOps EngineersBasics CommandDescription docker --versionCheck the installed Docker version. docker infoDisplay system-wide information about Docker. Images CommandDescription docker pull <image>Download an image from Docker Hub (or a registry). d...Discuss·3 likes·39 readsDocker