Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·3 hours agoThe 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...Discuss·41 likes·27 readsGoogle infrastructure
CHETAN BARDOLEforJenkins on Ubuntu: A Beginner's Guidebeginners-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·69 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
Nile Bitsnilebits.hashnode.dev·Sep 22, 2024Deploying Your First React App to ProductionPutting your first React application live might be intimidating, particularly if you've never done it before. That being said, any developer creating contemporary web apps has to have this ability. With thorough instructions and a ton of code samples...DiscussJavaScript