Himanshu Rathidatamind.hashnode.dev·10 hours agoDecoding DevOps Tools: Navigating the Landscape 🧰In the world of making software, "DevOps tools" is like a big umbrella term covering lots of different platforms and apps. These tools are part of a cool way of doing things called DevOps. DevOps is all about bringing together the people who make the...Discuss#TWS
sutish pradhansutish.hashnode.dev·13 hours agoDay 29 Task: Jenkins Important interview Questions.🙏 Introduction In this blog, we will see some Jenkins interview questions What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous Delivery (CD), and Continuous Dep...Discuss#TWS
sutish pradhansutish.hashnode.dev·16 hours agoDay 28 Task: Jenkins AgentsJenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, ...Discuss#TWS
Kritika Shawkritikashaw.hashnode.dev·a day agoDay 17_Docker Project for DevOps Engineers.Day 17 of #90daysofdevops Hey Techies! Welcome to this blog In this blog, we are going to start Docker Project for DevOps Engineers. Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages ...Discuss#90daysofdevops
Himanshu Rathidatamind.hashnode.dev·Dec 2, 2023Introduction to DevOps 🚀The term “DevOps” was introduced by combining software “development” (Dev) and “operations” (Ops). DevOps is more than just a job title or a toolbox; it's a vibrant culture that brings development and operations teams to work better together. The key...Discuss#90daysofdevops
Mayur Barangemayurbarange12.hashnode.dev·Dec 2, 2023Day 12 - Docker For DevopsLet check some practical examples:- Create an EC2 Instance named as "boom-server" sudo apt update sudo apt install docker.io --> To install docker systemctl status docker.io --> To check status of docker sudo apt purge docker.io --> To comp...DiscussTrainWithShubham
Mayur Barangemayurbarange12.hashnode.dev·Dec 2, 2023Day 11 - Docker FundamentalsWhat is Docker?🐳 🐳Docker is a platform that allows developers to build, ship, and run applications in containers.🚀Containers are lightweight, standalone, and executable packages that contain everything needed to run the software, including the cod...DiscussTrainWithShubham
Trushid Hatmodetrushid.hashnode.dev·Dec 2, 2023Day 1 Tasks: Navigating the AWS Landscape#Day1 of the AWS Zero to Hero Challenge was a deep dive into the AWS landscape. From understanding pricing models to differentiating cloud computing models and services, participants laid the foundation for their AWS expertise. The historical journey...Discuss·1 like·35 readsAWS-ZERO-TO-HERO#TWS
Mayur Barangemayurbarange12.hashnode.dev·Dec 2, 2023Day 10 - Git and GitHub Advanced ConceptsCherry Pick:- Cherry picking in Git refers to selecting and applying specific commits from one branch to another, allowing targeted integration of changes. git cherry-pick <CommitID> git cherry-pick --continue Git Stash:- Allows you to temporarily ...DiscussTrainWithShubham
Mayur Barangemayurbarange12.hashnode.dev·Dec 2, 2023Day 9 - Advance Git & GitHub for DevOps EngineersBranching Strategies:- Branching in Git allows for divergent lines of development, enabling users to create separate paths to work on features or fixes without altering the main codebase. It facilitates parallel development and isolation of changes u...DiscussTrainWithShubham