What exactly does cloud-native mean?

What exactly does cloud-native mean?


This is the era of cloud computing and everyone is using it. Cloud computing has given the power of scalability in your hands On the other hand it has made deployments a bit tougher. Sitting at one end of the scalability spectrum. You can read about the two extremes of scalability here. They provide power

What is a process control block PCB and its components.

What is a process control block PCB and its components.


Process control block (PCB) is a data structure used by a computer operating system to store all the information about a process. The operating system used a data structure named Process Control Block(PCB) to store the information about a particular process, and this information is required by the CPU while executing the process. Each process

What is a service mesh? Is it born with Kubernetes?

What is a service mesh? Is it born with Kubernetes?


Hi, in our recent few articles we are talking about basic Kubernetes and we talked about how Kube proxy works, what is a control plane, what is an etcd, and what are node components of Kubernetes. If you missed the articles you can find them below. In this article, we are going to look into

5 Must-read books for DevOps and SRE.

5 must-read books for DevOps and SRE.


You all must always be searching for good books to read. In this post, we are going to talk about some great reads in computer science and technology space. Here I will be writing about books that I have read completely or partially. If you missed reading 3 must-read books for Kubernetes you can find