Recent posts
2025 SEP 06

Model Context Protocol (MCP) Server for Grafana

Grafana is the go-to platform for visualization. But what if you could interact with your Grafana dashboards, alerts, and configurations directly from your IDE? That’s where Model Context Protocol (MCP) comes in. MCP makes it possible…

2 min
read
2025 JUN 13

Deploying AI Agent with kagent: A Test Drive

I came across kagent a couple of weeks ago, but took sometime to test this in my dev Kubernetes cluster. In this latest post, I’m sharing my experience and insights. A simple explanation about this kagent…

2 min
read
2024 FEB 22

Kubernetes: Simplifying NFS Storage Setup

Dynamic NFS storage provisioning refers to the automatic creation of persistent storage volumes using an NFS (Network File System) server when a Kubernetes PersistentVolumeClaim (PVC) is made. Instead of pre-creating volumes, dynamic provisioning uses a StorageClass…

9 min
read