KSKavya Sriinkavyasri.hashnode.dev·1d ago · 8 min readDocker Compose: Deploying a Two-Tier Flask + MySQL ApplicationDocker Compose is a tool that helps us define and run multiple Docker containers as a single application. Instead of manually creating and connecting each container, we can define the application serv10
KSKavya Sriinkavyasri.hashnode.dev·Aug 5 · 5 min readTwo-Tier Flask Application Deployment Using Docker and MySQL on AWS EC2 based on this give me hashnode articleModern applications are often built using a multi-tier architecture, where the frontend/backend application and the database run independently. This improves scalability, maintainability, and security00
KSKavya Sriinkavyasri.hashnode.dev·Jul 25 · 6 min readDeploy an Application Using Docker – A Complete Beginner's GuideIntroduction Deploying applications manually can be time-consuming and may lead to inconsistencies across environments. Docker solves this problem by packaging your application along with its dependen00
KSKavya Sriinkavyasri.hashnode.dev·Jul 24 · 6 min readHow to Create a Python Application in Docker – A Complete Beginner's GuideIntroduction Docker has become one of the most essential tools in modern software development and DevOps. It enables developers to package applications along with all their dependencies into lightweig00
KSKavya Sriinkavyasri.hashnode.dev·Jul 24 · 4 min readHow to Increase an Amazon EC2 EBS Volume from 40 GB to 90 GB (Ubuntu) Step-by-Step GuideIntroduction As your applications and data grow, the storage attached to your Amazon EC2 instance may become insufficient. Fortunately, AWS allows you to increase the size of an Amazon Elastic Block S00