

Automate the creation of Kubernetes self-managed HA cluster
This tutorial will walk you step by step creation of a HA Kubernetes cluster on Compute nodes with external ETCD cluster and HA Proxy for Loadbalancing.
Dipankar Das · 20 min
How get started with Hashicorp Vault🛡️
it provides how to setup vault, how to configure backend with S3 and more and finally how to make auto-seal work and HTTPS with self signed certificate
Dipankar Das · 9 min
Introduction to CRI
- Docker - Kubernetes The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to…
Dipankar Das · 4 min
About my PDF-Editor Project
It all started with me thinking about a PDF platform that people can use instead of using licensed software. Came up with an idea of web-based which can…
Dipankar Das · 6 min
Let's talk about Ansible
Basically, Ansible is a configuration management tool used to configure multiple computers/servers at the same time without manual inputs to each one of…
Dipankar Das · 5 min
Progressive Rollouts with Argo CD & Rollouts
the process of releasing updates for an application in a controlled manner, thereby reducing the risk in the release, automated analysis is done using…
Dipankar Das · 3 min
Important concepts of Operating Systems
The operating system is a set of programs that acts as an interface between a User and Hardware. It is necessary to reduce complexity 1. User mode 2.…
Dipankar Das · 14 min
Deploy a simple server using AWS + Terraform
Terraform is an Infrastructure as Code( IAC ) tool that lets you define both cloud and on-prem resources in human-readable configuration files, that you…
Dipankar Das · 4 min
Pods in Kubernetes
"It is the smallest deployable and schedulable unit that Kubernetes can manage.
Dipankar Das · 5 min