Enaikele Omoh kelvinenaikele-omoh-kelvin.hashnode.dev·Jan 12, 2025Auto Scaling in Modern Deployment StrategiesIntroduction Imagine running an online store during a massive sale. At first, traffic is light, and everything runs smoothly. But as the sale picks up, the traffic spikes. Without the right infrastructure, your site could crash under the load. This i...auto scaling
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024Top 5 deployment strategies in DevOpsWhat is All at once/Recreate Deployment strategy -Comparison between all deployment strategies What is Rolling Update What is the Blue-Green deployment strategy? What is Canary Release What is A/B Testing What is Deployment Strategy? 🤔 A depl...kubernetesdeployment strategies
Shubham Tawareshubzz.hashnode.dev·Nov 2, 2024Deployment Strategies: How to Choose the Right OneIn the world of DevOps, deployment strategies play a critical role in the seamless delivery of software updates. With businesses becoming increasingly reliant on continuous integration and delivery (CI/CD) pipelines, the way we deploy applications ha...27 readsDevops
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
Santosh Sadasivunissadasivuni.hashnode.dev·Aug 2, 2024Mastering Deployment: How Container Orchestration Can Revolutionize Your Software DeliveryIntroduction In today’s fast-paced digital landscape, the ability to deploy software quickly and reliably is crucial for staying competitive. However, many organizations find themselves struggling with deployment challenges that can lead to costly do...software delivery
Niladri Dasniladridas.hashnode.dev·Jul 6, 2024How to Deploy .NET Software on Custom Hardware and Non-Standard Operating SystemsIntroduction In today’s diverse computing landscape, the versatility of .NET has made it a preferred framework for building applications that operate seamlessly across various platforms. While .NET excels in mainstream environments like Windows, macO...40 readsCustomizedHardware
Jyothi Ramjyothiram.hashnode.dev·Jul 4, 2024Everything You Need to Know About Kubernetes Deployment StrategiesIntroduction Hey everyone! 👋 If you're diving into the world of Kubernetes, you know that deploying applications can be both exciting and challenging. I'll guide you through the different deployment strategies you can use to roll out updates smoothl...Kubernetes
Yash Varmapredator-yash.hashnode.dev·May 8, 2024Canary Deployment StrategyA continual difficulty in the fast-paced field of software development is distributing updates while avoiding risks. Presently, canary deployment is a technique that enables teams to roll out changes incrementally, lessening the effect of any problem...Cloud
SWATHI PUNREDDYswathireddy.hashnode.dev·Mar 18, 2024🚀 Exploring Deployment Strategies in Kubernetes 🚀Are you looking to optimize your deployment process in Kubernetes? Understanding different deployment strategies can be a game-changer! Here's a detailed breakdown of each strategy: Rolling Update : How it works : In a rolling update, Kubernetes gr...47 readsContinuousDelivery
SWATHI PUNREDDYswathireddy.hashnode.dev·Mar 8, 2024Deploying a Two-Tier Application with Docker ComposeIn the realm of modern software development and deployment, containerization has become an essential practice. Docker, a leading containerization platform, has revolutionized the way applications are packaged, shipped, and deployed. One common scenar...5 likes·67 readsTwo-tier architecture