How To Provision a Persistent EBS-backed Storage on Amazon EKS with Helm

db-on-aws

Deploying stateful applications on Kubernetes can pose a lot of complexities. In this demo, we will deploy a Postgres database to AWS Elastic Kubernetes Service(EKS) and configure its persistence on Amazon Elastic Block Store(EBS). We will be using Helm, a package manager, to make this process more efficient. Pre-requisites First, ensure that the following utilities […]