Usage Scenario
You've already used different manifests to manually deploy your application with all corresponding Kubernetes objects to a Kubernetes cluster. Now, you want to use Helm to package your Deployment manifest and deploy it to your cluster.
Task Flow
In this exercise, you will create, customize, and deploy a Helm chart for a Deployment.
Prerequisites
Before you begin, ensure that the following prerequisites are met:
- You have created a SAP BTP, Kyma runtime instance in the SAP BTP subaccount. See Deploying a Kubernetes Cluster with Kyma on SAP BTP.
- You have configured kubectl to interact with your SAP BTP, Kyma runtime instance, and you have access to Kyma dashboard. See Setting and Configuring Kubectl for Kyma and Accessing Your Kyma Runtime Instance Using Kyma Dashboard.
- You have installed the Helm CLI on your local machine. See Installing Helm
Once you have the Helm CLI installed, you can use the command helm create. The command creates a few sample files for you to get started with. However, this exercise shows how to create a Helm chart manually from scratch.

