YDYash Dugriyalindockerinsights.hashnode.dev·Dec 2, 2025 · 4 min readCrazy Docker Concepts : concept_1It is the problem of PID 1 (Process ID 1) and the "Zombie Apocalypse." See a container is not a real machine but eventually a Linux process wearing a disguise.As whenever a linux system gets on , the Linux Kernel starts exactly one program and this p...00
YDYash Dugriyalindockerinsights.hashnode.dev·Sep 15, 2024 · 6 min readUnderstanding YAML: The Backbone of Kubernetes ConfigurationsWhat is YAML and Why is It So Popular? Imagine you’re assembling a piece of furniture. The instructions tell you how many screws you need, which pieces go together, and what the final product should look like. YAML works similarly for computers and a...00
YDYash Dugriyalindockerinsights.hashnode.dev·Aug 25, 2024 · 9 min readWhat is Docker? A Beginner's Guide to Understanding ContainersLet's get to know about some terms first before diving deep into docker. HyperVisor and Virtual Machines software which is responsible (using which we can) to make virtual servers(machines) on top of the physical servers.Also known as virtual machine...00
YDYash Dugriyalinv0ydx.hashnode.dev·Aug 15, 2024 · 4 min readUnraveling the Event LoopUnderstanding the JavaScript Event Loop, Call Stack, and Callback Queue JavaScript, though single-threaded, manages to handle asynchronous operations effectively through a combination of the call stack, event loop, and callback queue. Callbacks Now...00