What are kubernetes operators?

Advance Kubernetes: What exactly are Kubernetes Operators?


Kubernetes has gained a lot of traction recently and is one of the standards followed across organizations when it comes to running and managing their containerized workloads. In this article, we are going to talk about Kubernetes operators. Usage Operators are used to running applications and tools on Kubernetes, like Redis Operator, Flink Operator, Istio

Basics on Kubernetes: What exactly is a statefulset?

Basics on Kubernetes: What exactly is a statefulset?


In the previous article of the series, Basics on Kubernetes we talked about deployments in Kubernetes. You can read about it at the below link. In this article, we are going to talk about statefulsets, their similarity, and differences with deployments. What exactly is a Statefulset? Statefulsets are like deployments, they also manage pods that

Basics on Kubernetes: What is deployment?Basics on Kubernetes: What is deployment?

Basics on Kubernetes: What exactly is a deployment?


In this article on basics of Kubernetes, we will talk about what is deployment and its uses. If you have missed the previous article you can find them on this series on basics on Kubernetes. What is deployment in Kubernetes? In Kubernetes, with help of deployment, you can easily control the rollout and updates of

What exactly is a POD? Basics on Kubernetes

What exactly is a POD? Basics on Kubernetes


In our previous article on Kubernetes we talked about how kube proxy works, control plane, node components, kubelet and etcd. In this article, we are going to take a look at what exactly is a pod in Kubernetes. What is a pod? A pod is a group of containers and is the most basic deployable

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