NVNaveenKumar VRinclaybrainer.com·2d ago · 9 min readKubernetes Networking : Part 4 : Ingress: Components, Architecture, and Routing StrategiesIn our last blog, we explored different ways to expose applications running inside a Kubernetes cluster to the outside world. If you're just joining this series or are new to Kubernetes, I highly reco31R
MHMuhammad Hassaan Javedinblog.infraforge.agency·6d ago · 12 min readWhen a hardening rollout breaks 8 layers and your own reconciler fights youThe first thing the on-call team tried was patching the status ConfigMap. Five apps showed Progressing in the platform's bleater-status object, the dashboard had been red for four hours, and somebody 00
PBPratik Bapatinbuild-deploy-pratik.hashnode.dev·Jun 14 · 8 min readHow to Import a kubeadm Kubernetes Cluster into Rancher (Step-by-Step Guide)Manage your self-hosted Kubernetes cluster from a single pane of glass - without tearing it down and rebuilding it. Introduction If you've been running a Kubernetes cluster bootstrapped with kubeadm00
VFvishw falduinfvishw.hashnode.dev·Jun 11 · 7 min readMy First Week Learning Kubernetes: Basics, Architecture, Commands, and Voting AppThis week I started learning Kubernetes. My goal was not just to run commands, but to understand why Kubernetes exists, how it works internally, and how we can use it to deploy a real microservices ap00
VPVishal Paritinvishalp.hashnode.dev·Jun 9 · 7 min readShifting from Stateless to Stateful on DigitalOcean Kubernetes (DOKS)When developers first dive into Kubernetes, they usually begin with stateless applications—web servers, APIs, or microservices that process incoming requests but don't care about memory once a contain00
SJSumankant Jhainskj02.hashnode.dev·Jun 8 · 6 min readKubernetes DNS Failures: Why They're Invisible — and How to Fix ThemWhy DNS failures are deceptive When DNS breaks in a Kubernetes cluster, it rarely announces itself clearly. You don't see a message that says "CoreDNS is throttled." What you see instead is: service t00
APAyush Patilinblog.ayushpatil.in·Jun 4 · 8 min readKubernetes Explained Simply: How Container Orchestration Works If you've already learned about Docker, you've probably heard the term Kubernetes mentioned alongside it. In fact, one of the most common questions developers ask after understanding containers is: "20
ABAjay Bhakarinajay033.hashnode.dev·Jun 3 · 4 min readKubernetes for Beginners: A Complete GuideHave you ever wondered how companies like Netflix, Spotify, Amazon, or Google keep their applications running smoothly for millions of users every day? Imagine thousands of people streaming movies, sh00
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Jun 3 · 6 min readEnd-to-End DevOps: Part 1 Configuring the YAML manifestsI worked on a project ( 👉 view on github) involving microservices and here's how I defined the YAML manifests for kubernetes: Almost every production grade software/applications have adopted micros00
SKSonal Kumarindevopswork.hashnode.dev·May 30 · 2 min readNetwork Policy AssignmentFollowing is an assignment of creating a network policy from the following instructions. Instructions : The assignment requires you to create a YAML file for a network policy in Kubernetes that meets00