Yoel Feuermannfeuermann.hashnode.dev·Feb 13, 2025The Art of the Rollback PlanUnexpected Outage It's Friday night: I had just finished putting the kids to bed. As my wife and I were exhausted from the week, we were happy to have a quiet night. The day before: My team and I pushed a small upgrade to one of our services infras...10 likes·86 readsProactive Planning
Vaibhav Karyakartevaibhavkk16.hashnode.dev·Jan 30, 2025Deployments in KubernetesKubernetes is a container orchestration tool that helps us efficiently scale and maintain application containers. It offers a rolling update strategy, allowing us to deploy container updates without any downtime. However, depending on your applicatio...Kubernetes
Raul Naupariblog.raulnq.com·Jan 2, 2025Safe AWS Lambda Deployments with AWS SAMHaving the right rollout strategy is crucial, depending on the criticality and needs of our applications. This applies whether we are developing a server-based or serverless application. With that in mind, AWS Lambda provides a set of features to hel...aws lambda
George Ezejioforgeorgeezejiofor.com·Nov 15, 2024Implementing Blue-Green Deployment in Kubernetes with TLS Encryption Using Cert-Manager and Nginx IngressIntroduction 🌟 In modern cloud-native environments, ensuring zero-downtime deployments while maintaining robust security is critical. Blue-Green Deployment is a proven strategy that allows teams to switch traffic between different versions of an app...1 like·58 readsTLS Certificate
Praveen Kumar Bhartipraveen-thcloudguru.hashnode.dev·Oct 30, 2024Monitoring Okta Health with AWS Canary: A Step-by-Step GuideOkta is a leading identity provider, enabling organizations to manage secure user access to applications and devices seamlessly. For organizations relying on Okta’s services, downtime or performance issues can have significant impacts. That’s where A...Cloud
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 15, 2024Implementing Canary Deployments in KubernetesLearning Goal Learn how to execute canary deployments in Kubernetes to update your applications while reducing risks gradually. Context You need to update your application within a Kubernetes cluster, aiming to minimize potential issues by gradually ...10 likes·34 readsK8sCanary deployment
Subhanshu Mohan Guptablogs.subhanshumg.com·Sep 29, 2024Tweaking Kubernetes Deployments for Enhanced Backward CompatibilityWelcome to Part II of my Kubernetes series, where we explore how to Master Kubernetes Deployments for Seamless Backward Compatibility. Managing Kubernetes upgrades can be tricky, especially when you need to ensure existing services and configurations...11 likes·29 readsMastering KubernetesCanary deployment
Rashika Sahudeployment-strategies.hashnode.dev·Sep 27, 2024Deployment Strategies: A Beginner’s GuideA deployment strategies defines how to deploy, upgrade, rollback or terminate different versions of applications. It helps in avoiding or minimizing the downtime and disruption of service while deploying or upgrading the applications. Types of Deplo...Devops
Mohammed Iliyasailiyas.hashnode.dev·Sep 23, 2024How to implement Canary for Kubernetes apps using IstioLet's break down the explanation of using Istio in Canary deployments into the four tasks as outlined below. Task 1: Explain Service Mesh (Istio) Fundamentals What is a Service Mesh? A service mesh is a configurable infrastructure layer for microserv...istio service mesh
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to do post-deployment monitoring with Doctor Droid?Before starting, ensure that you have setup Doctor Droid Playbooks with at least one playbook and a Slack or MST integration. Check out these tutorials on how to get this done. https://www.youtube.com/watch?v=T9KfunP9juA Consider a scenario where a...PlayBooksdoctor-droid