Ankit RajforDeploying Application to Tomcat Serverdeploying-application-to-tomcat-server.hashnode.dev·an hour 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·2 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
DHRITI SALUJAdhriti.hashnode.dev·Nov 20, 2024Day-16 | Infrastructure as CodeIn today's session, we'll explore Infrastructure as Code (IaC), an essential concept in modern DevOps practices. The Problem Imagine you're a DevOps engineer working for an organization like Flipkart, which operates hundreds of applications—let’s say...DiscussDevops
DHRITI SALUJAdhriti.hashnode.dev·Nov 19, 2024Day-15 | Ansible Zero to HeroGetting Started with Ansible: A Practical Guide Choosing Your Environment If you’re new to Ansible, it’s recommended to start on a Linux environment for ease of configuration and compatibility. An Ubuntu EC2 instance on AWS is a convenient option, bu...DiscussDevops
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
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
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 19, 2024Kubernetes NamespaceWhat is namespace in Kubernetes? In Kubernetes, Namespaces are used to organize resources. You can have multiple Namespaces in a Cluster And these Namespaces are kind of virtual Clusters of their own. The official definition of Namespace says "In Kub...DiscussKubernetes
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
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·38 readsDocker
Fauzeyafauzeya.hashnode.dev·Nov 17, 2024Day 19 Docker for DevOps EngineersDocker Volumes and Networks: Key Concepts for DevOps What is a Docker Volume? A Docker volume can persist and share container data beyond its lifecycle. It enables: Data persistence: Ensures data survives container restarts and removals. Data shari...Discuss·2 likesDevops