Archives
All the articles I've archived.
-
From Jenkins to Kubernetes: My Complete CI/CD Adventure
A complete guide to building CI/CD pipelines from Jenkins to Kubernetes, covering EKS integration, authentication setup, Docker registries, deployment automation, and production security practices
-
Kubernetes Guide Part 5: Production EKS & AWS Integration
Part 5 is a comprehensive guide to running Kubernetes on AWS EKS, including manual and eksctl setup, Fargate, autoscaling, and production checklists.
-
Kubernetes Guide Part 4: Operators, Security, & Microservices
Part 4 dives into Kubernetes Operators, cluster security best practices, and a deep dive into deploying microservices architectures.
-
Kubernetes Guide Part 3: Helm Package Management & Private Registries
Part 3 focuses on using Helm for package management, creating Helm charts, and handling private Docker registries.
-
Kubernetes Guide Part 2: Advanced Networking, Storage, & Config
Part 2 covers advanced Kubernetes topics including Ingress controllers, Persistent Volumes, StatefulSets for databases, and configuration best practices.
-
Kubernetes Guide Part 1: Architecture, Core Components & Basics
Part 1 of the Complete Kubernetes Guide covering container orchestration, architecture, core components like Pods and Services, and local setup with Minikube.
-
AWS DevOps: Jenkins CI/CD and AWS CLI (Part 2)
Part 2: Production-grade Jenkins CI/CD pipelines for AWS EC2 deployment, AWS CLI mastery, IAM management, and DevOps best practices
-
AWS Essentials: A Practical DevOps Guide (Part 1)
Part 1: A practical guide to AWS fundamentals for DevOps engineers covering IAM, VPC, EC2, security groups, and deploying containerized applications
-
Jenkins: Advanced CI/CD & Production Practices (Part 2)
Advanced Jenkins topics including shared libraries, automated triggers, version management, troubleshooting, best practices, scaling architecture, and production monitoring
-
Jenkins: Build Automation & CI/CD (Part 1)
A comprehensive guide to Jenkins covering build automation, CI/CD fundamentals, Jenkins setup, configuring build tools, Docker integration, credentials management, job types, and Jenkinsfile syntax
-
Docker & Containerization: A Complete Guide
A comprehensive guide to Docker and containerization covering images, containers, Dockerfile best practices, Docker Compose, volumes, networks, private registries, and production deployment workflows
-
Artifact Repository Management with Nexus
A comprehensive guide to setting up and managing Nexus Repository Manager for artifact storage, covering installation, repository types, publishing with Maven and Gradle, cleanup policies, and CI/CD integration
-
Version Control with Git
A comprehensive guide to Git for DevOps engineers covering core workflow, branching strategies, merge conflicts, and essential commands for managing infrastructure code and automation scripts
-
Linux Fundamentals for DevOps
A comprehensive guide to Linux fundamentals essential for DevOps engineers, covering file systems, CLI commands, package management, shell scripting, and networking basics using Ubuntu as the primary distribution