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

Understanding APIs: A Developer’s Guide to Building and Using APIs

Introduction to APIs: An Application Programming Interface (API) acts as a bridge between different software applications, allowing them to communicate with each other. Think of an API like a waiter in a restaurant — customers (the client application) don’t need to know how the kitchen (the server) prepares their food; they need to know how … Read more