Install Applications with Helmfile
Helm along with Helmfile is one of the most popular ways of deploying applications on Kubernetes. It makes the installation process easier and understandable.
In this mini project, we will be deploying a PostgreSQL database along with pgAdmin. We’ll be using publicly available Helm charts. To orchestrate the installation, Helmfile will be used.