Harendra Barotharrybdevops.hashnode.dev·Nov 6, 2024Essential Guidelines for Publishing Your Django Project OnlineDjango-based "My Notes" Application Deployment Application Overview: "My Notes" is a simple note-taking application built using Django. It allows users to create, store, and manage notes, similar to notepad applications used on mobile devices. Prereq...#DjangoApp
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 14, 2024Deploying a Web Application with Ansible and Docker ComposeIntroduction In today's world, automating the deployment process is crucial for ensuring consistency, reliability, and speed. In this article we will walk through steps to automate the deployment of web application using Ansible and Docker Compose. P...ansible
SWATHI PUNREDDYswathireddy.hashnode.dev·Apr 21, 2024Project: Streamlining Node.js Application Deployment with Jenkins Declarative PipelineIn today's fast-paced software development environment, automating the deployment process is not just beneficial but often necessary to maintain efficiency and reliability. Jenkins, a popular automation server, offers a powerful tool called Declarati...247 reads#NodeJSDeployment
Ayush Dabhiayushdabhi.hashnode.dev·Mar 4, 2024Deploying NGINX Server on Docker Swarm: A Step-by-Step GuideStep 1: Install Docker Make sure Docker is installed on all machines that will be part of the Swarm cluster. You can follow the official Docker installation guide for your operating system. Step 2: Initialize the Swarm Choose one machine to be the Sw...34 readsDocker Tutorial
Hemanth Gangulahemanthgangula.hashnode.dev·Feb 28, 2024From Code to Cloud: Deploying 2048 with Docker on AWSExplore the deployment of the 2048 game, leveraging DevOps and cloud tech for rapid, scalable, and reliable deployment in today's digital landscape. Our deployment strategy revolves around a robust technology stack, incorporating Docker containers an...10 likes·108 readsGame deployment in AWS
SWATHI PUNREDDYswathireddy.hashnode.dev·Feb 25, 2024Deploying Multiple Applications on AWS EC2 with DockerWelcome to our blog where we delve into the exciting world of deploying applications using Docker on AWS EC2 instances. In today's blog, we'll explore the deployment process for three different types of applications: Java, Flask (Python), and Node.js...10 likes·469 readsjava application
Vishwas Acharyavishwasacharya.hashnode.dev·Jul 19, 2023How to Deploy Docker Containers on AWSIntroduction to Docker and AWS In today's fast-paced and dynamic software development landscape, containerization has emerged as a popular solution for deploying applications. Docker, a leading containerization platform, provides developers with a st...Cloud infrastructure