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 to take Redis Cluster and master-slave backup using Redis Shake

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

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

Redis Cluster backup and restore.

Redis Cluster backup and restore.


Redis is an in-memory cache or key-value store. You can save the keys and values and access them very fast as it resides in memory. You can also persist the data in the disk as it provides an option for the same. One of the most famous ways to use Redis is its clustering mode.