ASAkash Sutarinlearn-jenkins.hashnode.dev·Nov 15, 2024 · 7 min readDockerizing Django- A Python Based Web-FrameworkIntroduction In the last post of the series, we saw a brief introduction to containerization and Docker. In this blog, we will see how to install Django- A Python-based web framework and run an application over it, and further, we will see how to doc...00
ASAkash Sutarinlearn-jenkins.hashnode.dev·Nov 7, 2024 · 7 min readIntroduction and Installation of Docker ContainerIntroduction In this blog, we will explore Docker, a powerful containerization tool and a key development in application packaging solutions. Docker revolutionizes the way applications are developed, shipped, and deployed by enabling developers to pa...00
ASAkash Sutarinlearn-jenkins.hashnode.dev·Oct 25, 2024 · 8 min readProject On Provisioning Resources On AWS Using AnsibleIntroduction Ansible is a powerful tool that can also be used to provision various resources, such as on the AWS platform, GCP, or Azure. In this series, we will use the Ansible Playbook to provision AWS EC2 instances. Setting Up the Environment Unde...00
ASAkash Sutarinlearn-jenkins.hashnode.dev·Oct 16, 2024 · 6 min readDay 3- Ansible Roles: From Chaos To OrderIntroduction An Ansible Role is an important feature of the Ansible tool that provides a structured way to organize plays, files, templates, variables, handlers, etc. This helps us to simplify complex Configuration Management and Automation as the ta...00
ASAkash Sutarinlearn-jenkins.hashnode.dev·Oct 14, 2024 · 8 min readDay 7-Project on Website Update on Remote Server Using Jenkins, Ansible and GitIntroduction So far we have learned to integrate Git- an SCM and Ansible- a Configuration Management tool with Jenkins. In this Blog, we will do a Project combining these two learnings to update a Website hosted on a remote server. Further, we will a...00