Dipankar Das

DevOps, Development and CLoud related stuff Kubesimplify ambassador and a OSS contributor to various CNCF projects

9 posts on Kubesimplify

Cover for Automate the creation of Kubernetes self-managed HA cluster
kubernetesautomationJan 29, 2024

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 DasDipankar Das · 20 min
Read →
Cover for How get started with Hashicorp Vault🛡️
awssecurityApr 5, 2023

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 DasDipankar Das · 9 min
Read →
Cover for Introduction to CRI
kubernetescontainersNov 29, 2022

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 DasDipankar Das · 4 min
Read →
Cover for About my PDF-Editor Project
dockerawsSep 1, 2022

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 DasDipankar Das · 6 min
Read →
Cover for Let's talk about Ansible
ansiblekubernetesAug 18, 2022

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 DasDipankar Das · 5 min
Read →
Cover for Progressive Rollouts with Argo CD & Rollouts
software-developmentkubernetesAug 16, 2022

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 DasDipankar Das · 3 min
Read →
Cover for Important concepts of Operating Systems
operating-systemlinuxJun 14, 2022

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 DasDipankar Das · 14 min
Read →
Cover for Deploy a simple server using AWS + Terraform
ec2awsMay 10, 2022

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 DasDipankar Das · 4 min
Read →
Cover for Pods in Kubernetes
tutorialdockerApr 21, 2022

Pods in Kubernetes

"It is the smallest deployable and schedulable unit that Kubernetes can manage.

Dipankar DasDipankar Das · 5 min
Read →