How to Deploy MEVN Stack on Azure AKS using HELM

A step by step guide with an example project

Bhargav Bachina
Bachina Labs
Published in
14 min readMay 17, 2022

--

Kubernetes is one of the rapidly growing technology and all the companies are adopting it nowadays. When you run any application on Kubernetes you need to deploy so many objects such as deployment, configmap, secrets, etc. You need to define all these objects in the manifest.yml file and send these files to…

--

--