Jenkins & K8S : Creating Dynamically Scalable Jenkins Slaves with Docker and KubernetesOct 3, 2023·5 min read
Git for Beginners Part One — IntroThere is a fairly universal stereotype about programmers: we are reclusive introverts wanting to interface solely with our multiple computer monitors, preferably in a darkened room. We leave our battle station/fortress of solitude/code dojo only when...Mar 5, 2024·11 min read
Terraforming Your Cloud Infrastructure- The Correct WayHi family, hope we are doing well. We recently had to transition our infrastructure to Terraform. Join me through this tutorial to find out how to transition an Ops team seamlessly to IAAC and CI/CD in a single migration step. “Greenfield” vs “Brownf...Aug 25, 2023·6 min read
GCP: Creating & Exploring a BigQuery Public Dataset on Google CloudOverview Storing and querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. BigQuery is an enterprise data warehouse that solves this problem by enabling super-fast SQL queries using the processin...Aug 25, 2023·6 min read
K8s & Ansible: Deploying a K8s Cluster using AnsibleOn our previous article, we looked at using Terraform to create a K8s cluster. Let us today look at creating that cluster but this time with Ansible. I was tasked recently with this and I decided to share it here so we can all learn it. For the purpo...Aug 24, 2023·7 min read
Using Makefiles with TerraformTerraform is a great tool for provisioning infrastructure. One of the best practices that evolve over time as you play more with Terraform, is a directory structure that works best for your project. Some prefer having each component in its own direct...Aug 24, 2023·4 min read
K8S Deployment w Ansible and Terraform [Part 1]One of the most efficient projects I was ever tasked with from a client was building a complete CICD pipeline with Terraform automating deployment to Kubernetes with Ansible. Let us talk about that today. Photo by Ryan KLAUS on Unsplash This is Part ...Aug 23, 2023·8 min read
From Code to Deployment - A Complete CICD journey for Java Apps using Jenkins, Nexus, Sonarqube, AWS ECR & ECSComplete CICD Pipeline for Java appsAug 22, 2023·25 min read