· software
Under the hood: React
Introduction I've wanted to do this since the moment I started using React: understand what makes it tick. This is not a granular review of the source code. In...
Introduction I've wanted to do this since the moment I started using React: understand what makes it tick. This is not a granular review of the source code. In...
Overview Kubelet acts like the captain of a ship in the Kubernetes analogy. It requests the paperwork needed to join the cluster, serves as the sole point of c...
Overview The Kubernetes scheduler decides which node each pod should run on. It does not place the pods itself; instead, it records the target node for each po...