Dec 1, 2025 · 11 min read · Understanding Kubernetes + Full Architecture + Hands-On Setup (Kind, kubectl, Pods) Today I officially started my journey into Kubernetes (K8s). I installed the tools, created my first cluster using Kind, interacted with it using kubectl, and underst...
Join discussion
Sep 20, 2025 · 4 min read · Kubernetes has become the backbone of modern cloud-native applications, offering powerful orchestration, scalability, and resilience. But as with any complex distributed system, things can (and often do) go wrong. Pods get stuck in a pending state, n...
Join discussion
Aug 30, 2025 · 8 min read · Table of Contents Abstract. Introduction. Creating an IAM user with admin permission. Initiate an EC2 instance to set up Kubernetes control. Provision an EKS cluster and run a test. Conclusion. Abstract. The procedure for starting an Amazon...
Join discussion
Aug 26, 2025 · 3 min read · Kubernetes ou K8s est une plateforme open-source utilisée pour automatiser le déploiement et la gestion des applications conteneurisées. Une application conteneurisée est une application qui fonctionne à l’intérieur d’un conteneur, un environnement l...
Join discussion
Jul 29, 2025 · 7 min read · Hey everyone! In this blog we’re going to setup a local kubernetes cluster with monitoring using helm charts,prometheus and grafana.Kubernetes clusters must be monitored to ensure health, performance and reliability. Kubernetes monitoring is essentia...
Join discussion
Jul 8, 2025 · 6 min read · 🧠 What is Kubernetes? Kubernetes (also known as K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained...
Join discussionJun 10, 2025 · 4 min read · What is a Kubernetes YAML Manifest? A Kubernetes YAML manifest is a configuration file that specifies the desired state of a Kubernetes resource, such as a pod or service, in a human-readable format. YAML (YAML Ain’t Markup Language) is indentation-s...
Join discussion
May 25, 2025 · 2 min read · 🧑💻 Blog Title: "Kubernetes Services in Action: Deploying and Exposing NGINX with ReplicationController (ft. Bhashwanth & Chinnu)" 📚 Table of Contents: Introduction Prerequisites Creating the ReplicationController Exposing the Pods Using Serv...
Join discussionMay 25, 2025 · 2 min read · 🧱 Deploying Scalable HTTPD Applications Using ReplicaSet and LoadBalancer in Kubernetes 👋 Introduction In this blog, we explore how to deploy and expose a scalable HTTPD application using Kubernetes ReplicaSet with multiple label selectors. We'll w...
Join discussion