learn-jenkins.hashnode.devDockerizing 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...Nov 15, 2024·7 min read
learn-jenkins.hashnode.devIntroduction 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...Nov 7, 2024·7 min read
learn-jenkins.hashnode.devProject 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...Oct 25, 2024·8 min read
learn-jenkins.hashnode.devDay 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...Oct 16, 2024·6 min read
learn-jenkins.hashnode.devDay 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...Oct 14, 2024·8 min read