Mohmmad Saifsaif102.hashnode.dev·Jul 23, 2024Building a DevOps Project: Django Notes Application with NginxIn this blog post, we will go through the steps of creating a Django Notes application, containerizing it with Docker, and serving it via Nginx. This setup ensures our application is robust, scalable, and easy to manage. Prerequisites VMware Worksta...26 readsDjango Notes Application with Nginx
Prathmesh Vibhuteprathmeshh.hashnode.dev·Jun 15, 2024Day 88 : Project 9 - Deploying a Django Todo App on AWS EC2 with KubernetesIn this blog post, we'll walk you through the process of deploying a Django Todo application on AWS EC2 using a Kubernetes cluster set up with Kubeadm. This setup will allow your application to benefit from Kubernetes features like auto-scaling and a...51 readsproject9