Ankit RajforDeploying Application to Tomcat Serverdeploying-application-to-tomcat-server.hashnode.dev·2 hours agoBuilding and Deploying a Web Application to Tomcat Server Using Jenkins 🚀In today's tutorial, we'll walk through the process of building and deploying a web application to a Tomcat server using Jenkins. 🖥️ Let's dive into each step in detail: 1. What is Tomcat Server? 🌐 Apache Tomcat is an open-source web server and se...DiscussDevops
Munilakshmi G J100daysdevops.hashnode.dev·4 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
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
Munilakshmi G J100daysdevops.hashnode.dev·Nov 17, 2024Day 22 of 100 Days : Continuous Integration with Jenkins – Simplifying DevelopmentWelcome to Day 22 of our 100 Days of DevOps journey! Today, we’re diving into the world of Continuous Integration (CI) and exploring the magic of Jenkins, the superstar tool that makes CI possible. If you’re wondering how modern software teams delive...DiscussJenkins
Munilakshmi G J100daysdevops.hashnode.dev·Nov 15, 2024Day 21 of 100 Days : Getting Started with Docker Compose – Simplifying Multi-Container DeploymentsWelcome back! Today, we’re diving into Docker Compose—a powerful tool that streamlines the process of working with multi-container applications. Whether your application includes databases, caching systems, or multiple microservices, Docker Compose e...DiscussDocker
Munilakshmi G J100daysdevops.hashnode.dev·Nov 14, 2024Day 20 of 100 Days : Discovering Docker Init – Your Shortcut to Stress-Free Containerization!🚀Hey there, amazing people! 👋 Welcome to Day 20 of my 100 Days of DevOps journey! Today’s topic is all about Docker Init – a handy tool designed to make containerization as smooth as possible. If you’ve ever found yourself buried under the complexiti...DiscussDevops
Harendra Barotharrybdevops.hashnode.dev·Nov 12, 2024Simplifying IT Automation: Learn Ansible EasilyAnsible: Your Automation Superhero Imagine you’re running a massive restaurant with dozens of chefs in the kitchen. Each chef handles a part of the meal, but they all need to work in harmony to deliver a perfect dish on time. Now, what if you had a h...Discussansible
Harendra Barotharrybdevops.hashnode.dev·Nov 11, 2024Deploying a Node.js Application on AWS EC2 🚀This guide provides a step-by-step process to deploy a Node.js application on an AWS EC2 instance. It covers everything from testing locally to deploying and configuring the application on a live server. Testing the Project Locally 🛠️ 1. Clone the ...Discuss·1 likeDevops
Harendra Barotharrybdevops.hashnode.dev·Nov 11, 2024How to Free Up Disk Space on a Full Linux SystemCheck Disk Usage ~ Run the following command to identify which partitions are full: df -h ~ Look for the partition with 100% usage, usually /. Clear Temporary Files ~ Free up space by clearing temporary files: sudo rm -rf /var/tmp/* sudo rm -rf...Discuss·1 likeDisk space Management
Olpu Siva Reddyolpusivareddy.hashnode.dev·Nov 10, 2024Devops Day1What is devops ? At first everyone will say Devops is simple, derived from the words of development and operations. In broader terms we can say it is a combination of Software development and IT operations team. In Simple somebody will say, Devops wi...DiscussDevops