

Data Protection 101 – understanding the basic
I am excited to start this series on a very critical topic that is Data Protection and how this is becoming more and more relevant with the advent of technological advances via Artificial Intelligence, Quantum Computing, and other high performant tools. In this series, we will see what Data Protection is and how you can…

Part 3 – Meet data protection compliance in Headless CMS Strapi
This is the third and the last part of a series of blog posts where we discussed how we can secure the confidential data processed and stored by a headless Content Management System (CMS) like Strapi. Part 1 – Customized Strapi for a clinic management system and put the image on DockerHub Part 2 –…

Secure Filesystem with Ansible and CipherTrust
While creating our DevOps playbooks, we often come across scenarios where we would like to protect the filesystem on the target machines for various reasons. Some of the reasons, but not restricted to this list, maybe – One of the basic principals of infrastructure or network security is having security right at the beginning of…

Part 2 – Meet data protection compliance in Headless CMS Strapi
In Part1 of this series, we had a look at the headless CMS platform that is “strapi” and how we can host the same on a Kubernetes based environment. In this part, we will start building on a client application in React JS as the frontend for our strapi based backend. In this post, we…

Part 1 – Meet data protection compliance in Headless CMS Strapi
Strapi is one of the leading headless Content Management Systems that can provide you with a comprehensive API-driven backend to make multi-tier applications. In this blog series we will take up one such use case, a Clinic Management Software (at a very very basic level) where patients can register themselves by filling a patient onboarding…

Part 4 – Deploying FullStack App in Kubernetes with Ansible
The last three parts in this blog series focused on understanding how to deploy a full stack application on Kubernetes and how to automate the whole process. In this part, which is the last one in this series, we will add a nice little tool from Thales i.e. Data Protection Gateway (DPG) into the mix…

Part 3 – Deploying FullStack App in Kubernetes with Ansible
In Part 1 we saw how we can “Dockerize” a Spring Boot app and a React app In Part 2 we automated the whole process of pushing the docker images to docker hub In this Part, we will create the Ansible and Kubernetes deployment files that will result in pulling the docker images we created…

Part 2 – Deploying FullStack App in Kubernetes with Ansible
In the Part 1 of this series of posts, we went over the pre-requisites as well as steps for running our Spring Boot and React Applications in docker containers. In this part, we will see how we can automate the process of building docker images and pushing them to docker hub and make it part…

Part 1 – Deploying FullStack App in Kubernetes with Ansible
Deploying a full stack application in Kubernetes can sound to be a daunting task, but if done correctly can help you in achieving your performance and availability targets easily. We can make this task even more DevOps friendly by leveraging automation tools like GitHub workflows, Ansible, etc. In this multi-part blog series, I will be…

Ansible docsite automation
As part of the CI/CD cycle on the GitHub code repo for your Ansible collection, you may also automate the generation of the docsite associated with that collection. To do that, you can create a new workflow under the actions tab of you repo page. Now add the below code to the YAML file. The…
- 1
- 2