Pakeeza Saeedpakeezas.hashnode.dev·Oct 5, 2024Day-01: What is DevOps?1. What is DevOps? 🤔 DevOps is a way of working that helps different teams—like developers and IT support—collaborate more effectively to build, test, and release software faster. Instead of working separately, everyone involved in creating and runn...Discuss#devopsengineer
Kunal Salvekunal2411.hashnode.dev·Oct 3, 2024Day15 of #90DaysOfDevOps Challenge: Introduction to Docker: A Beginner's GuideHere we are on Day15 of 90DaysofDevOps and we have already covered a wide range of topics. Today, we're diving into the basics of Docker, an amazing platform that's changed how developers build, ship, and run applications. Docker lets you bundle an a...Discuss·1 like·26 reads90 Days of DevOps EngineerDocker
Devops Dendevopsden.hashnode.dev·Sep 5, 2024What is API Rate Limiting?In today’s interconnected digital world, Application Programming Interfaces (APIs) serve as the backbone, allowing different software applications to communicate with each other seamlessly. Whether you’re accessing a social media platform, making an ...Discuss·1 likeAPIs
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Mar 25, 2024Day 30 of #90DaysOfDevOpsWhat is Kubernetes? And why do we call it k8s? Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical uni...Discuss·27 readsKubernetes
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Mar 20, 2024Day 27 of #90DaysOfDevOpsWhat is a Jenkins pipeline? A Jenkins pipeline is a set of plug-ins to create automated, recurring workflows that constitute CI/CD pipelines. A Jenkins pipeline includes all the tools you need to orchestrate code committing, building, testing, mergin...Discuss·26 readsJenkins
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Mar 19, 2024Day 26 of #90DaysOfDevOpsWelcome back to our blog series! Today, we're diving into the deployment of a two-tier application on Docker using Jenkins. This guide assumes that Docker is already installed on the Jenkins agent. If you haven't already, I've previously covered sett...DiscussJenkins
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Mar 15, 2024Day 24 of #90DaysOfDevOpsIn today's blog we will see how to pull code from GitHub and configure the jobs to run code pulled from GitHub. First, we need to install Git and GitHub plugins. Jenkins will install these if you choose to install suggested plugins while Launching Je...Discuss·10 likesJenkins
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Mar 15, 2024Day 25 of #90DaysOfDevOpsAutomating Job Builds Build Periodically This option is used to run the jobs at scheduled time. This field follows the syntax of cron (with minor differences). Specifically, each line consists of 5 fields separated by TAB or whitespace: MINUTE HO...DiscussDevops
Abigeal Afolabiarbythecoder.hashnode.dev·Mar 11, 2024Speed Up Your Software Releases: A Beginner's Guide to Continuous DeploymentImagine being able to deliver new features and bug fixes to your app in seconds, automatically! That's the magic of Continuous Deployment (CD). In this guide, we'll explore what CD is, why it's awesome, and how it works in a way that's easy to unders...DiscussDevops
Asif Shaikhasifshaikh49.hashnode.dev·Feb 2, 2024A Journey through Files and Permissions 🚀1. Create and Explore: A Simple File Adventure 📂🔍 🌟 Let's Start by Creating a File: Begin your command line escapade by crafting a simple file using the trusty touch command: touch filename.txt A file named 'filename.txt' has sprung into existenc...DiscussDevops