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·84 readsGoogle infrastructure
Abigeal Afolabiarbythecoder.hashnode.dev·Jul 20, 2024Day 16 of my 90-Day Devops Project: Implementing Canary DeploymentToday, I focused on setting up the basics for canary deployment. Project Overview In my day 16 project, I established a canary deployment for a simple web app with Docker and kubernetes (minikube). This method basically enables a phased feature rollo...DiscussDevops articles
Ankita Lunawatcloudhub2295.hashnode.dev·Jul 19, 2024Argo Rollouts with canary DeploymentThis article uses Open Shift GitOps to deploy the Argo Rollouts progressive delivery controller. It walks through a canary deployment. Canary is one of the most popular and widely adopted techniques of progressive delivery, advanced approach to blue/...DiscussArgoCD
Ankita Lunawatcloudhub2295.hashnode.dev·Jul 19, 2024Blue-Green Deployments with Argo RolloutsThis article uses Open Shift GitOps to deploy the Argo Rollouts progressive delivery controller. It walks through a Blue-Green deployment. Blue-Green Deployment is a technique that reduces downtime and risk by running two identical production environ...Discuss·1 likeblue-green
Linet Kendislina.hashnode.dev·Jul 6, 2024Deployment Strategies SimplifiedAnalogy 1: Blue/Green Deployment Imagine a bakery called "Fresh Bakes" that wants to introduce a new cake recipe without disrupting the current sales. They have two identical kitchens: the Blue kitchen (current recipes) and the Green kitchen (new rec...Discuss·10 likesCloudAWS Deployment
Chavez Harrischavezharris.com·Jan 18, 2024Using ConfigCat for Staged Rollouts and Canary ReleasesThe primary goal of software developers is to ensure user satisfaction with the features or updates they introduce. However, achieving this goal can be challenging without the right release strategy. The question often asked, then, is, "How can devel...Discussstaged-rollouts
Nicolas Fränkelfrankel.hashnode.dev·Dec 7, 2023Canary releases with Apache APISIXIn a few words, the idea of canary releases is to deliver a new software version to only a fraction of the users, analyze the results, and decide whether to proceed further or not. If results are not aligned with expectations, roll back; if they are,...DiscussApache APISIX
Sealseal.hashnode.dev·Dec 5, 2023Basics of App Deployment #01: 3 Main Stages, 4 Common PatternsApplication deployment is the process of delivering software to users, typically involving steps like configuring the environment, installation, and testing. Nowadays, most enterprises automate at least some of these steps when deploying new applicat...DiscussDevops
ADITYA PAWARckad.hashnode.dev·Jul 8, 2023Blue Green Deployments and Canary DeploymentsWhat is a Blue-Green Deployment? Blue-green deployment is a software release management strategy that aims to minimize downtime and risk during the deployment of a new version of an application. In this approach, two identical environments, often ref...Discuss·11 likes·233 readsBlue/Green deployment
Nicolas KellerforTggl.io: Feature-Flagging best practicesnicolaskeller.hashnode.dev·May 14, 2023Canary Deployment: Improving Your Software Development Cycle Through Controlled RolloutsAs software development teams adopt more Agile methodologies, faster release cycles are becoming the norm. However, faster release cycles can lead to more potential issues, especially when deploying to production. That's where canary deployment comes...Discuss·59 readssoftware development