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...Discuss·1 like·36 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...DiscussCloud
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 ...Discuss·10 likesK8sCanary 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...Discuss·11 likes·29 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsCanary 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...DiscussDevops
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...Discussistio 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...DiscussPlayBooksdoctor-droid
Gopal Gautamgopalgtm.hashnode.dev·Jul 28, 2024The Ultimate Istio GuideWhat is Istio? Istio is an open-source service mesh that provides a way to control how microservices share data with one another. It offers a platform-agnostic way to secure, connect, and observe microservices. Istio manages communication between ser...Discuss#istio
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
Abigeal Afolabiarbythecoder.hashnode.dev·Jul 19, 2024Day 15 of my 90-Days Devops : Implement Canary Deployments for a safe rollout of new features!#canary#devops#deployments#beginners Hi everyone, it’s day 15 of my 90-Days DevOps project. Can you recall how we’ve been building our awesome CI/CD pipeline? Well, today we’re going to up our game with something called canary deployments. Imagine yo...DiscussDevops