Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 14, 2024Step-by-Step Guide to Create and Connect to a Linux Virtual Machine Scale Set in AzureCreating a Linux Virtual Machine Scale Set (VMSS) in Azure allows you to automatically scale a set of virtual machines to handle changing workloads. In this guide, I’ll walk you through setting up a VMSS, configuring its settings, and connecting to i...2 likestechblog
Pakeeza Saeedprojectsfordevops.hashnode.dev·Oct 29, 2024Project-05: Deploying a Flask App with MySQL Using Docker on EC2: Attaching Network and VolumeRunning a two-tier application on Docker is a great way to ensure isolation, scalability, and portability for your apps. In this guide, we’ll deploy a Flask app connected to a MySQL database, using Docker containers on an EC2 instance. By the end, yo...dockerproject
Pradip Thapacodewithpradip.hashnode.dev·Jun 8, 2024How to Connect PostgreSQL Database to Your Django Project: Step-by-StepIf you're starting a Django project and want to use PostgreSQL as your database backend, you're making a wise choice. PostgreSQL is a robust, open-source relational database management system that integrates seamlessly with Django, providing excellen...1 like·33 readsStepByStepGuide