nitishblog.hashnode.devBuilding a REST-API in Go - Part IA REST API (Representational State Transfer Application Programming Interface) in the context of software development is a set of rules and conventions for building and interacting with web services. It is based on the principles of REST, which is an...Feb 18, 2024·17 min read
nitishblog.hashnode.devKubernetes Scheduling: Where Pods Learn to Stand in Line (Or Not)Have you ever thought about how the Kubernetes scheduler under the hood schedules the Pod on the Node? Imagine you've created a deployment that contains 5 replicas of Pod, how does kube-scheduler determine which node the Pod should be scheduled on? N...Jan 7, 2024·9 min read
nitishblog.hashnode.devLFX Mentorship Experience - KubernetesThe clock struck 2:20 AM while I was building a personal project. I got the intuition to open Gmail to check whether I've been accepted into the Linux Foundation Mentorship. DAM! It took me a while to digest that I've been accepted as an LFX Mentee u...Dec 6, 2023·5 min read
nitishblog.hashnode.devTop 13 beginner-friendly tools for Kubernetes BeginnersBefore we delve into the various tools that can be used daily to boost your productivity with Kubernetes, let's take a step back in time and understand how the concept of Kubernetes emerged. In the 1990s, a single server was used to deploy one applic...Jun 23, 2023·20 min read
nitishblog.hashnode.devKubernetes Services - Your way to connect with your applicationHi there! In this blog, we'll take a closer look at what are Kubernetes Services and how they help you to connect with your application running on various Pods. We'll be going through a complete hands-on demo for a better understanding of Kubernetes ...Jan 30, 2023·10 min read