Browsing Tag
kubernetes
115 posts
🏡 Why I Built My Own Homelab to Run Kubernetes
Hey everyone 👋 If you have been following my posts, you might have noticed that I have been…
Designing a self-healing distributed Service on Kubernetes
What if your service could mend itself, detect problems, diagnose the cause, and bounce back, all without human…
Part-91: 🚀 Google Kubernetes Engine (GKE) – Node Pools & Node Selectors
When working with Google Kubernetes Engine (GKE), you’ll come across two powerful concepts: 👉 Node Pools 👉 Node…
Part-87: 🚀 Kubernetes Deployments with Imperative Commands in GCP (Google Kubernetes Engine)
In this guide, we’ll explore Kubernetes Deployments using the imperative way on Google Kubernetes Engine (GKE). We’ll cover…
Building and Deploying a Cloud-Native FastAPI Student Tracker App with MongoDB, Kubernetes, and GitOps
I once carried out a skills gap analysis on myself as a DevOps engineer, looking for my next…
Building Agentic Fusion: AI-Powered Business Intelligence for Kubernetes Microservices
As a developer working with distributed microservices, I’ve always faced the challenge of getting a unified view across…
Building the Future of Banking with AI Agents: A GKE Hackathon Journey
Building the Future of Banking with AI Agents: A GKE Hackathon Journey How we transformed Google’s Bank of…
Exposing a Kubernetes-Hosted MCP Server with ToolHive + ngrok (with Basic Auth)
In the previous post, we tunneled a local MCP server with ngrok to expose internal services externally (for…
How Kiponos.io Ends Config Chaos in CI/CD
If you’ve ever built a Spring Boot app with application.properties, application-test.yml, application-prod.yml, environment variables tucked inside Docker containers,…
Migrating from Kubernetes Ingress to Gateway API: A Step-by-Step Guide
In Kubernetes, one of the most critical tasks is managing how services inside the cluster are exposed to…