Manoj

Manoj

This is Manoj Kumar from India, working as a Storage lead in a MNC. I have IT experience over 6 years and working as a IT professional from last 4 years. In this blog we usually discuss about the storage concepts, Virtualization, Devops and various things that is around IT. If you have some queries and some doubt you can freely ask using the contact us page you can also reach out to me via my social handles.

Kube-APIserver Explained

Kube-APIserver Explained

The kube-apiserver is the central gateway of the Kubernetes control plane, exposing the Kubernetes API and managing communication between users, components, and the etcd database. Simply put, whenever you run a command with kubectl or send a REST request, it…

What is ETCD?

What is ETCD?

If you’re wondering what is ETCD, it’s a distributed, reliable key-value store that is simple, secure, and fast. It plays a critical role in modern distributed systems, especially Kubernetes, by ensuring that cluster data remains consistent across all nodes. Built…

Explained CoreDNS in Kubernetes

Explained CoreDNS in Kubernetes

Kubernetes relies on several control plane components to ensure smooth cluster operations. Among these, CoreDNS plays a vital role in DNS-based service discovery and name resolution within a Kubernetes environment. In this guide, we’ll explore what CoreDNS is, why it’s…

Explained Kubernetes Architecture

Explained Kubernetes Architecture

Kubernetes has become the standard for container orchestration, helping organizations manage containerized applications at scale. To understand how Kubernetes works, it’s essential to dive into its architecture. At a high level, Kubernetes architecture is divided into two primary layers: the…