How I Tricked ArgoCD Into Sharding on a Single ClusterThe Problem That Bugged Me So I was working on a scaling problem for a fintech startup. We run ArgoCD to manage our Kubernetes deployments. Pretty standard GitOps setup ... nothing fancy. We had arounMar 27, 2026·8 min read
Certified Kubernetes Administrator CKA one stop simplified guide! - Part 2/10Index Kubernetes Concepts Pods Multicontainer Pods Replica Set Labels and Selectors Deployment Rollouts and Updates Networking In Kubernetes Services NodePort ClusterIP Load Balancer Concept of Endpoints in Services Learn by doing ...Jan 1, 2024·28 min read
My KubeCon ExperienceI'm penning down this blog with the hope that it serves as a source of motivation and guide for anyone aiming to navigate the journey to KubeCon as a student or contributor. My intention is that readers can iterate through my experiences, learning, a...Dec 11, 2023·7 min read
Istio Service Mesh - simplifiedIstio Architecture Service Mesh → Paradigm or Pattern Istio → Implementation of Service Mesh Comparison: Service MeshIstio Control PlaneIstiod Sidecar ProxyEnvoy Proxy Here, Envoy proxy is in itself an independent open-source project us...Sep 17, 2023·5 min read
Certified Kubernetes Administrator CKA one stop simplified guide! - Part 1/10Kubernetes Architecture Think of Kubernetes as a manager for your applications. It helps you deploy and manage your applications so they run smoothly and can scale up or down as needed. Let's break down the components and how they work together. Basi...Aug 18, 2023·15 min read
CNCF - Istio: Documentation for Ambient Mesh - RoadmapIstio is working on [a new operating mode called ambient mesh](https://istio.io/latest/blog/2022/introducing-ambient-mesh/). As this moves from experimental to the recommended method of operating a service mesh, we will need to revise our documentati...Aug 8, 2023·4 min read
CNCF KubeEdge: Support latest version in keink and run demo on keinkkeink (KubeEdge IN kind) is a project for running local KubeEdge clusters using Docker container "nodes", so developers can install a multi-node edge cluster in one node. Now we need to support the latest version installation in keink. - Expected Out...Aug 8, 2023·3 min read