Blogs
Practical guides, tutorials and real world experiences from my cloud journey.
-
Generative AI vs AI agents vs agentic AI
A friend called me in June after a vendor meeting where both “AI agent” and “agentic AI” got used about nine times and defined zero times. This is roughly what I told her. Generative AI You ask it something, and it answers, then it waits for you again. ChatGPT, Claude, Gemini, the autocomplete in your
-
OpenShift Virtualization: running VMs and containers on one platform
OpenShift Virtualization (built on the open-source KubeVirt project) lets you run traditional VMs directly on OpenShift, right next to your containers. Same control plane, same API, same RBAC, same GitOps pipeline. There’s no separate hypervisor cluster to run and no second team to staff for it. The part that took me a while to accept
-
The infrastructure landscape is evolving rapidly.
Traditional virtualization platforms like VMware solved critical problems in the past. But modern applications demand: ✔️ Scalability ✔️ Automation ✔️ DevOps integration ✔️ Cloud-native architecture This is where OpenShift stands out. 👉 With OpenShift Virtualization (KubeVirt), organizations can run both VM-based legacy workloads and containerized applications on a unified platform. This is not just an
-
CI/CD Pipelines for Cloud-Native Applications
Build efficient CI/CD pipelines for faster and reliable deployments.
-
Introduction to Helm: Simplifying Kubernetes Deployments
Manage Kubernetes applications easily using Helm charts.
-
Securing Kubernetes Clusters: Best Practices
Learn how to secure your Kubernetes environment against common threats.