In this article on series basics on Kubernetes, we are going to talk about what is the component of nodes in Kubernetes and what are their tasks. Before that, if you have not read about the control plane in Kubernetes, you can read about it below. Node components: Node components are the process that will run
Category: Tooling in Devops
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.
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
What is etcd and where is it used in k8s: Basics on Kubernetes.
In this series of basics on Kubernetes, today we will talk about etcd and what is its task. In the previous article, we talked about Kube proxy and what was its exact task. You can read the article below. What is etcd? etcd is distributed key-value store and it is strongly consistent. etcd works on
DevOps Interview Questions: How will you design your cloud VPC and subnets?
In this article, we are going to look into this question. The intent of this question is to find out if you are aware of how you can design your network infra. They want to hear from you about private traffic, public traffic, how the traffic will go out, etc. Let’s start and have a
Redis Cluster and master-slave backup using Redis Shake
We have talked about Redis in recent articles. In this part, we are going to talk about how we can take Redis cluster and master-slave backup. Let’s start by reading what is cluster and master-slave configurations in Redis. You can read about the difference between them here Now when we talk about backup we have
Tools in DevOps for every purpose
In this article, we are going to see tools for a different section of DevOps. Tools when combined together form a solid base on which the SRE and DevOps rely on and most of the tools are opensource. Let’s start with tools in DevOps for every purpose. Lets first list down the different components that
DevOps Interview Question: How will you set up a CI/CD pipeline?
In recent times I have got many requests asking how to answer this question. In this article, I will try to answer it in two ways. So let’s start with How will you set up a CI/CD pipeline? If we look closely we have the following things that can construct a CI CD pipeline. A
What are Redis master-slave and Redis clusters and the difference between them?
What are Redis master-slave and Redis clusters and the difference between them?
What is File Integrity Monitoring and how to implement it?
What is File Integrity Monitoring and how to implement it?