SubbuK8sConsole: A Unified Kubernetes Management Dashboard 

Introduction Kubernetes has become the go-to orchestration tool for modern cloud-native applications. However, managing clusters across multiple cloud providers like AWS EKS and Google Kubernetes Engine (GKE) can be complex. To bridge this gap, I built SubbuK8sConsole — a simple web-based Kubernetes dashboard that simplifies cluster management across AWS and GCP. This blog will walk through its features, architecture, and deployment details. 🔗 GitHub Repository: SubbuK8sConsole on GitHub … Read more

Incorporating Custom Metrics in Python Flask E-Commerce Apps with Prometheus & Grafana

Monitoring is essential in modern applications to ensure system health, detect issues, and optimize performance. I have integrated Prometheus metrics using Python and Flask to achieve robust observability in our E-Commerce Application. These metrics provide insights into system behavior, performance, and user activity, which are visualized using Grafana Dashboards. Technology Stack Why These Metrics Matter … Read more

Exciting DevOps Project: AWS EKS Cluster with CI/CD Pipeline for Spring PetClinic Application

In this blog, I’m thrilled to share the step-by-step demonstration of my latest DevOps project, showcasing the deployment of the Spring PetClinic Application using an automated CI/CD pipeline. This project integrates the power of AWS EKS, Jenkins, SonarQube, and Helm Charts to achieve seamless and efficient application deployment. Project Overview This project focuses on deploying … Read more

End-to-End AWS EKS Provisioning with Terraform, Jenkins CI/CD, and HashiCorp Vault

Project Overview Effectively and securely managing infrastructure is essential for modern DevOps workflows. This guide will create an End-to-End Infrastructure-as-Code (IaC) pipeline to provision an AWS EKS cluster using Terraform. We will automate the pipeline with Jenkins and securely manage sensitive credentials using HashiCorp Vault. High-Level Architecture 2. Vault Server: 3. Terraform Configurations: 4. CI/CD … Read more