ANSAR SHAIKansarshaik965.hashnode.dev·May 26, 2024Deploying Web Application on Kubernetes Cluster Using HelmStep 1: Create a Simple Web Application We'll use Node.js and Express for the web application. Here's the code for a basic server that takes a name as input and responds with "Happy Learning ". 1.1: Setup the Project Initialize the Project mkdir ha...54 readsDeploying web app using Helm on kubernetes