gbayi-adewakun.hashnode.dev馃惓 Building and Containerizing a Flask Web Application with Docker: A Step-by-Step DevOps ProjectIntroduction As I dive into the world of DevOps, one of the most fundamental skills to master is containerization. In this tutorial, I'll walk you through my DevOps project: containerizing a Flask web6d ago路4 min read
gbayi-adewakun.hashnode.devBuilding a CI/CD Pipeline on AWS Using GitHub ActionsIntroduction In this project, I built a CI/CD pipeline that automatically deploys a simple web application to an AWS EC2 instance using GitHub Actions. The goal of this project was to gain hands-on DevOps experience by connecting Git, Docker, AWS, an...Dec 18, 2025路4 min read
gbayi-adewakun.hashnode.devAutomating Nginx Installation on AWS EC2 Using AnsibleIn this hands-on tutorial, I'll guide you through setting up Ansible to automate server configuration across two AWS EC2 instances. Project Overview We're creating an Ansible automation environment with: Control Host : Where Ansible runs from Manag...Dec 1, 2025路6 min read
gbayi-adewakun.hashnode.devThe Complete Guide to Azure Monitoring: How I Set Up Application Insights, Availability Tests & AlertsIntroduction Have you ever wondered if your web application is truly available to users around the world? What happens when your app goes down in the middle of the night? As a developer, I used to worry about these questions constantly鈥攗ntil I discov...Nov 10, 2025路5 min read
gbayi-adewakun.hashnode.devHigh-Performance EKS: Launching Production-Ready ClustersIn this comprehensive guide, I'll walk you through launching your first Amazon Elastic Kubernetes Service (EKS) cluster, from initial setup to deploying a sample application. Prerequisites Before we begin, ensure you have: An AWS account with approp...Nov 1, 2025路7 min read