Building a CI/CD pipeline for a Java-based application on Kubernetes using Jenkins, Maven, SonarQube, and Argo CD.Feb 26, 2024·22 min read
Using mirrord for Local Development and DebuggingIntroduction As a developer, creating a seamless and efficient workflow is essential. However, one of the biggest challenges you face is ensuring that your local environment matches the staging environment. Differences in configuration, outdated data...Jul 12, 2024·14 min read
Cheers to 25: Embracing Tech, Domain Flipping, and New Beginnings.As I approach my 25th birthday, I can't help but feel a sense of excitement and anticipation for what lies ahead. Just three days ago, I received an incredible early birthday present - the news that I've been offered a Remote DevOps engineer role wit...Jul 31, 2023·21 min read
Mastering Kubernetes: Provisioning an Amazon EKS cluster using kubectl and eksctl.This article marks the second in a series dedicated to mastering Kubernetes. In the first series, we explored how to set up a Kubernetes cluster using kubeadm and deployed a weave socks shop application on it. You can check out the article here. At t...Apr 27, 2023·8 min read
The Importance of Security in DevOps: Addressing Security Concerns in the Continuous Delivery PipelineDevOps is a software development and delivery methodology that emphasizes collaboration, automation, and continuous feedback between development and operations teams. The goal is to deliver software faster and with fewer errors, leading to increased ...Apr 8, 2023·2 min read
Mastering Kubernetes: Setting up a cluster and deploying a demo app with Weaveworks Socks Shop on Ubuntu 20.04.Introduction Kubernetes is a system designed to manage applications built within containers across clustered environments. It handles the entire life cycle of a containerized application including deployment and scaling. In this guide, we'll demonstr...Mar 11, 2023·7 min read
Discovering Your Path in Tech: From Web Development to Program Management, and Everything in BetweenAre you interested in a career in technology, but not sure where to start? With so many different options available, it can be overwhelming to figure out which path is right for you. Whether you're drawn to design, development, data analysis, or some...Feb 23, 2023·5 min read
The Rise of Kubernetes and Containers.Table of contents Introduction Understanding containers Understanding Kubernetes The rise of Kubernetes and containers Use cases of Kubernetes and Containers Challenges and solutions Future of Kubernetes and containers Conclusion Introducti...Feb 13, 2023·4 min read