HSHarshit Sharmaindocker-learning.hashnode.dev路Feb 19, 2025 路 5 min readTwo-Tier Flask Application with DockerTable of contents What Are Docker Volume and Docker Network? Setting Up the Two-Tier Flask App Step 1: Create an EC2 Instance Step 2: Install Docker Step 3: Pull the MySQL Docker Image Step 4: Grant User Permissions Step 5: Reboot the System ...00
HSHarshit Sharmaindocker-learning.hashnode.dev路Feb 18, 2025 路 4 min readDeploying a Multi-Tier Application Using DockerTable of contents Project Overview Pre-requisites Tools Used Deployment Without Docker Compose Deployment with Docker Compose Testing the Application For step by step implementation with images follow this Notion notes here For code, refer ...00
HSHarshit Sharmainharshit87.hashnode.dev路Jan 3, 2025 路 3 min readDeploying with Helm, Monitoring via Prometheus & cAdvisor, and Visualizing in GrafanaIntroduction In today鈥檚 DevOps-driven landscape, managing and monitoring applications is as critical as deploying them. This blog outlines my recent experience deploying an application using Helm, integrating Prometheus and cAdvisor for monitoring, a...00
HSHarshit Sharmainharshit87.hashnode.dev路Dec 17, 2024 路 3 min readAutomating Server Deployment and Web Applications Using Terraform and Ansible CommandsIn this blog, I will explain how I automated the deployment of two servers using Terraform for provisioning and Ansible commands for configuration. One server (server1) runs an NGINX web server, and the other (server2) hosts a custom HTML web page. T...00
HSHarshit Sharmainharshit87.hashnode.dev路Dec 16, 2024 路 4 min readKubernetes Use CasesThe containers rapidly replace virtual machines as the go-to solution for simplifying and optimizing application deployment. The rise of containerized apps ushered in a new niche of tools - container orchestrators. The primary goal of container orche...00