Neha Bawaneneha1302.hashnode.dev·Nov 27, 2024Blue Green DeploymentIntroduction Blue-Green Deployment is a technique used in software deployment where two identical environments are set up. The active environment, which is serves live traffic, is called the blue environment, and the idle environment is called the gr...Discuss·62 reads#ZeroDowntimeDeployment
Emma Wagsemmas-blog.hashnode.dev·Nov 15, 2024Mastering Automated Testing in DevOps: Best Practices for Streamlined Software DeliveryAutomated testing is an essential pillar of DevOps, empowering teams to deliver high-quality software faster and more efficiently. By integrating automated testing in DevOps, organizations can ensure continuous feedback, minimize human errors, and re...Discuss·1 likeDevops
akash javaliblog.akashjavali.com·Nov 1, 2024Linux for DevOps: The Essential Guide for Modern InfrastructureLinux has emerged as the backbone of modern DevOps practices. From powering cloud infrastructure to enabling automation in CI/CD pipelines, Linux serves as a fundamental building block in today’s technology ecosystem. For DevOps professionals, unders...Discuss·26 readsLinux skills for DevOps
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 11, 2024Day 7 Task: Understanding Package Manager and SystemctlWhat is a Package Manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like a...Discuss·73 reads#CentOSSetup
Harshal Rembhotkarharshalr.hashnode.dev·Sep 15, 2024Useful Terraform commands you need to know🔥Terraform Initialization Commands: Initialize Terraform: terraform init Skip plugin installation: terraform init -get-plugins=false Force plugin installation from a directory: terraform init -plugin-dir=PATH Upgrade modules and plugins: terraform...Discuss·6 likes·65 readsUseful Terraform Commands
Pratik Gotepratikgote.hashnode.dev·Jul 20, 2024Mastering CI/CD Pipeline Automation with GitHub ActionGitHub Actions Welcome back to our complete DevOps course! Today, we're going to talk about GitHub Actions. Can you believe it? What is GitHub Actions? GitHub Actions is a CI/CD solution that automates your build, test, and deployment pipeline. Integ...DiscussGitHub workflows
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 29, 2024Introduction to DevOps: Key Concepts and BenefitsWhat is DevOps? DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). The goal is to shorten the systems development life cycle and deliver high-quality software continuously. Let's explore DevOps in detail, f...Discuss·1 like·73 readsDevOps#DevOpsConcepts
Girish Vgirishv.hashnode.dev·Feb 2, 2024GitHub Action Runtime Adhoc Commands on PRGitHub Actions provides a powerful automation platform that allows you to build, test, and deploy your code directly from your GitHub repository. One of the exciting features of GitHub Actions is the ability to run custom scripts and commands during ...Discuss·67 readsPR-commands
krishnapal rawatkrishkp.hashnode.dev·Dec 20, 2023Automating JIRA Creation on a GitHub Event using Python | Python For DevOpsIntroduction In the ever-evolving landscape of DevOps, the emphasis on automation has become a cornerstone for improving efficiency and collaboration within development teams. One powerful way to achieve this is by integrating popular tools like GitH...Discusspython api jira
Nisarg Bhavsarnisargnbhavsar.hashnode.dev·Dec 13, 2023Maximizing Efficiency: Top Automation Tools in DevOps to Improve Your ProcessesThe DevOps approach strongly emphasizes coordination between IT operations and software development teams. This collaboration will ensure a faster development life cycle, a seamless software delivery process, enhanced efficiency, and continuous deliv...DiscussDevops