AOADELEKE OLUWAFUNMILAYOinafunmex.hashnode.dev·Sep 23, 2024 · 3 min readMicroserviceswhat is the most common pattern for autoscaling in cloud environment The most common autoscaling pattern in cloud environments is horizontal scaling (also known as scaling out and in). This involves adding or removing instances of a resource, such as...00
AOADELEKE OLUWAFUNMILAYOinafunmex.hashnode.dev·Sep 21, 2024 · 4 min readworking with a containerHow do you start a container? Starting a container, especially in the context of Docker, is quite straightforward. Here’s a step-by-step guide to help you get started: Install Docker: Make sure Docker is installed on your system. You can download it...00
AOADELEKE OLUWAFUNMILAYOinafunmex.hashnode.dev·Sep 7, 2024 · 2 min readServerless workflow1.An organization wants to implement a serverless workflow to solve a business problem. one of the requirements is the solution needs to use a designer-first (declarative)development model. Which of the choices below meet the requirement? For an orga...00
AOADELEKE OLUWAFUNMILAYOinafunmex.hashnode.dev·Sep 6, 2024 · 2 min readDeployment slotsWhat is Deployment slots? Deployment slots are a feature in cloud services, such as Azure App Service, that allow you to create multiple live environments for your web application. Each slot is essentially a separate instance of your application with...00
AOADELEKE OLUWAFUNMILAYOinafunmex.hashnode.dev·Sep 3, 2024 · 3 min readHow Do You Achive High Availability In Azure-Achieving high availability in Azure involves several strategies and best practices to ensure your applications and services remain operational even during failures. Here are some key approaches: Availability Zones: These are physically separate lo...00