yadavrosh.hashnode.devIntroduction to Continuous Monitoring in DevOpsContinuous Monitoring in DevOps refers to the practice of continuously observing and analyzing the performance, security, and availability of software systems throughout their entire lifecycle, from development to production. It involves the use of v...Mar 30, 2024·4 min read
yadavrosh.hashnode.devUnlocking the Power of Automation: Ansible (Part 1)Introduction to Ansible Ansible is a Python-based Configuration Management (CM) tool known for its agentless approach. This means that unlike some other CM tools, Ansible doesn’t require any software to be installed on the machines it manages. Instea...Feb 21, 2024·6 min read
yadavrosh.hashnode.devWhat is Configuration Management? Importance and ToolsConfiguration Management Configuration Management (CM) is a method used in IT management to monitor and control individual components or items of an IT system. It ensures that these components remain consistent and well-managed throughout the system’...Feb 21, 2024·5 min read
yadavrosh.hashnode.devTitle: “Mastering Jenkins: Exploring Job Configuration Options and Build Automation Techniques in Jenkins"Continuous Integration Continuous integration (CI) is a development practice in which all development work is integrated as early as possible. Integration tools is Jenkins CI/CD pipelines are created for procuring updated source code and constructing...Feb 16, 2024·11 min read
yadavrosh.hashnode.devMastering Maven — Part 2: Integrating Maven with Jenkins for Efficient Project BuildsConfiguring Jenkins job to integrate with Maven. When you trigger the job, Jenkins will use Maven to build your project based on the specified goals. Step 1: Install Jenkins and Setting Up Jenkins: Follow the official Jenkins installation guide to in...Feb 6, 2024·2 min read