Building a CI/CD Pipeline for a Game of Thrones Character Matching AppIn the world of software development, Continuous Integration and Continuous Deployment (CI/CD) pipelines play a crucial role in ensuring the smooth and efficient delivery of applications. In this blog post, we'll explore the creation of a CI/CD pipel...Jan 4, 2024·6 min read
Deploying a Simple HTML Page on Google Kubernetes Engine (GKE) - Step-by-Step GuidePrerequisites List the prerequisites for readers, including: A Google Cloud Platform (GCP) account. Google Cloud SDK installed. Basic knowledge of Docker. Familiarity with Kubernetes concepts. Step 1: Create a Simple HTML Page <!DOCTYPE html> <...Jan 2, 2024·4 min read
Django Blog Application Deployment GuideThis guide provides step-by-step instructions on how to deploy the Django blog application from the given repository to an online instance using Minikube with Kubernetes on a CIVO instance (CIVO is a Cloud Service Provider, You can use any other VM/l...Sep 26, 2023·3 min read
Automated SSL Certificate Expiry Monitoring with Slack NotificationsTask 1 Create a GitHub workflow to check the SSL expiry status of the domain and send an alert notification in Slack . Note: You can use any type of script to perform this function, But the script should be run using the GitHub workflow. Workflow...Aug 21, 2023·4 min read