Deploying Angular with NodeJS Backend on AWS EKS using HELM

A step by step guide with an example project

Bhargav Bachina
Bachina Labs
Published in
11 min readNov 12, 2021

--

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…

--

--