In this post, we will discuss automating Kubernetes deployment using Ansible. In my example, I have used CentOS VMs (on VMware) for deploying Kubernetes. But technically Kubernetes deployment steps don’t differ irrespective of the platform you use. Before getting started to make sure you have Ansible server up […]
This blog post is 3rd part of REST API with DellEMC Storage blog series. In the first part of this blog series, we discussed what is REST API and different usage options Second part was about managing DellEMC PowerMax storage arrays using REST API In this post, we will discuss how you can use […]
This blog post is 2nd part of REST API with DellEMC Storage blog series. In the first part of this blog series, we discussed what is REST API and different usage options. I highly encourage you to go through the first part before you get started with this […]
This post is the first post of multi-part blog series to understand and use RestAPI with DellEMC XtremIO storage. REST API with Dell EMC REST stands for Representational State Transfer. REST provides access to resources (DellEMC XtremIO resources in our case) on a tree-like structure. REST uses HTTP/S for communication and […]
In this blog we will talk about how DellEMC can help you to store you databases smartly and efficiently. But firstly let’s talks about CDM and why it’s important. In the world of DBAs everyone’s always talking about performance, million IOPS and double/triple digit bandwidth with lowest possible […]
Recently when I was creating Python automation script I faced this weird error. This literally wasted my couple of days and needless to mentioned frustration it caused. Below is the error message which I was getting As you can see from the error it keeps saying that there’s […]