Ansh Balandevopswithansh.hashnode.dev·Nov 29, 2024Part 1: Introduction to DevOps: Revolutionizing Software Delivery 🚀What is DevOps? DevOps is not just a buzzword; it’s a transformative culture and process aimed at improving the way software is delivered. By automating and streamlining workflows, DevOps ensures faster, better, and cheaper software delivery. Imagine...DiscussDevops
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Nov 21, 2024The Secret to Google's Uninterrupted Service: Zero Downtime During UpdatesIn today’s digital world, even a few minutes of downtime can cause significant revenue losses, reduce user trust, and damage a brand's reputation. For tech giants like Google, whose services support billions of users globally, maintaining 100% uptime...Taraka Ratna and 2 others are discussing this3 people are discussing thisDiscuss·42 likes·82 readsGoogle infrastructure
CHETAN BARDOLEbeginners-guide-for-jenkins.hashnode.dev·Nov 8, 2024Setting Up Jenkins on Ubuntu: A Beginner's GuideIntroduction If you're new to DevOps or Continuous Integration/Continuous Delivery (CI/CD), you might have heard of Jenkins as a crucial tool for automating development workflows. In this guide, we'll explore what Jenkins is, why it's essential for m...DiscussJenkins
Rudraksh Laddharudrakshladdha.hashnode.dev·Nov 6, 2024Mastering PostgreSQL Backups in DevOps: Using pg_dump in a CI/CD PipelineEfficient database management and data integrity are key elements in DevOps workflows. Among the critical tasks is setting up regular database backups to ensure data recovery in case of any system failure or corruption. In this article, we'll explore...DiscussDevops
Mohammed Umarumarcode.hashnode.dev·Nov 6, 2024Building CI/CD Pipelines with Docker, Jenkins, and AWS for a Web ApplicationIn today’s fast-paced development world, Continuous Integration (CI) and Continuous Deployment (CD) have become essential practices to streamline the software delivery pipeline. Recently, I had the opportunity to build and implement a robust CI/CD pi...Discuss·57 readscicd
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 29, 2024Accelerating Deployment Velocity: Reducing Build Times and Image Sizes in KubernetesIntroduction Welcome to the final part of my Kubernetes CI/CD optimization series!So far, we’ve covered the essentials of Kubernetes deployment, container image optimization, and strategies for speeding up CI/CD cycles. In this article, we’ll put eve...Discuss·10 likes·45 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsKaniko
REHAN SAYYEDdignitas.hashnode.dev·Oct 25, 2024DevOps Pipeline: NginxHere’s a structured approach to running and understanding the DevOps pipeline as described in your lab. This lab demonstrated a complete DevOps workflow, including code versioning, continuous integration, and deployment automation. I’ll outline each ...Discuss·36 readsDevsecopsserverdeployment
Nehanehawrites.hashnode.dev·Oct 5, 2024What's DevOps? Breaking Down the fundamentals for beginnersWhat is DevOps? Ever wondered how some companies manage to release software updates so quickly and without a hitch, while others seem to struggle endlessly? The secret often lies in a practice called DevOps—a methodology that has transformed the way ...DiscussDevops
Abhishek Yadavabhishek7.hashnode.dev·Sep 29, 2024Say Goodbye to Manual CI/CD: Automate Project Management with Jenkins, GitHub and Groovy ScriptsWhat is Jenkins Jenkins is one of the most popular automation tool used by DevOps engineer for continuous integration and continuous deployment, which also enables to build, integrate and test code as soon as it is committed to GitHub repository. Wha...Discuss·70 readsJenkins
Rabinson Thapablog.rabinsonthapa.me·Sep 28, 2024Automate Deployment to AWS with GitHub ActionsIn this blog, you'll learn how to automate the deployment of a static website, developed using frameworks like Vue or others, to Amazon S3. We'll cover the process of setting up AWS to host a static site and show how to configure GitHub Actions to au...DiscussGitHub