Mar 6 · 11 min read · Hey Everyone, welcome to the new blog. In today's blog we are going to learn about Collection of Metrics, Logs & Traces in Grafana with Kubernetes. So without wasting time let's get started. Introduct
Join discussion
Feb 12 · 7 min read · 1. Introduction to Kubernetes Kubernetes is a platform designed to help run applications in a modern, scalable, and reliable way. In earlier days, applications were installed directly on physical servers. If the server failed, the application would a...
Join discussionJan 2 · 18 min read · Welcome back! 👋 Day 57 of the 100 Days Cloud DevOps Challenge, and today we're mastering Kubernetes Environment Variables! This is fundamental configuration management - passing runtime configuration to applications without hardcoding. Let's configu...
Join discussion
Dec 24, 2025 · 1 min read · You can look for Kubernetes Preemption Events in your observability system assuming you are exporting your Kubernetes Events to some store like some time series DB or similar In our case, we use Prometheus and we have an exporter for exporting the Ku...
Join discussion
Nov 29, 2025 · 2 min read · 🚀 Kubernetes Day 1 – Basics (Super Easy Explanation) 🔥 1. Kubernetes kya hota hai? (Simple words) Kubernetes = Container ka managerJaise Docker container banata hai…Waise Kubernetes containers ko manage, scale, run, restart, balance karta hai. Kube...
Join discussionOct 19, 2025 · 3 min read · The Deployment passes the spec (which includes the replicas) to the ReplicaSet. The Deployment doesn't create Pods. Instead, it creates another object called ReplicaSet. The ReplicaSet is in charge of creating the Pods and watching over them. A S...
Join discussion
Oct 12, 2025 · 3 min read · In Part 2, we explored the core building blocks of Kubernetes — Pods, Deployments, Services, StatefulSets, ConfigMaps, Secrets, and Volumes. Now, it’s time to take a step back and see the big picture: how these components connect within the Kubernete...
Join discussion
Sep 6, 2025 · 4 min read · If the phrase “paged at 3 a.m.” brings back memories of mysterious app errors and dependency timeouts, DNS issues in Kubernetes probably played a starring role. Scaling clusters introduces DNS latency, frustrating outages, and debugging marathons, es...
Join discussion
Aug 20, 2025 · 3 min read · Introduction Networking is one of the most critical aspects of Kubernetes. Every Pod needs to communicate—either with other Pods, Services, or external clients. Kubernetes has its own unique networking model to ensure this works seamlessly. In this m...
Join discussion