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 control plane in Kubernetes? Basics on Kubernetes.

What is a control plane? Basics on Kubernetes.


In this article on series basics on Kubernetes, we are going to talk about what exactly do people mean when they use the term control plane. If you have not read the older article of this series you can read them below. What is a control plane? The Control plane comprises the components that work

What is kubelet and what it does: Basics on Kubernetes.

What is kubelet and what it does: Basics on Kubernetes.


In our previous articles in series basics on Kubernetes we have talked about etcd and Kube proxy and what are their exact functions in Kubernetes. If you have not read them you can find these articles below. In this article we are going to talk about a very important component kubelet and what are its

How exactly kube-proxy works: Basics on Kubernetes.

How exactly kube-proxy works: Basics on Kubernetes.


In recent times Kubernetes is becoming a de facto tool to be used and it adds a lot of value to your profile if you have a good understanding of it. Unfortunately, the way clouds have abstracted everything from users, there are not many people aware of how this actually works behind the scene and