RNRohan Nalawadeinrohan-blogs.hashnode.dev·Mar 16 · 4 min readUsing SSH Local Port Forwarding to Access Private Databases in AWSWhile working on my project PixelDrop, I came across a concept called SSH tunneling. It solved a problem I was facing in my architecture, and I found it interesting enough to share. This article expla00
RNRohan Nalawadeinrohans-blogs.hashnode.dev·Jan 19 · 3 min readDeployment & ReplicaSets in Kubernetes.Introduction In Kubernetes, running a single Pod directly is useful for quick testing, but it’s not suitable for real-world applications. Pods can: Crash Get deleted Lose their node Require scaling Need updates with zero downtime This is where...00
RNRohan Nalawadeinkubernetes-learning-blogs.hashnode.dev·Jan 17 · 2 min readKubernetes namespaces: concepts & key commandsIntroductionAs part of my Kubernetes learning journey, today I focused on understanding Namespaces — what they are, why they exist, and how to work with them using basic kubectl commands.I have written down my current understanding of namespaces and ...00
RNRohan Nalawadeinkubernetes-learning-blogs.hashnode.dev·Jan 16 · 3 min readComponents & Architecture of Kubernetes.IntroductionI’ve recently started my Kubernetes learning journey, and instead of waiting until I “know everything,” I decided to document my learnings from day one. This helps me solidify concepts and might also help others who are just getting start...00
RNRohan Nalawadeinrohans-blogs.hashnode.dev·Jan 16 · 3 min readComponents & Architecture of Kubernetes.IntroductionI’ve recently started my Kubernetes learning journey, and instead of waiting until I “know everything,” I decided to document my learnings from day one. This helps me solidify concepts and might also help others who are just getting start...00