Create a Helm chart (myapp-chart) for Kubernetes deployments.
Configure Deployment.yaml and Service.yaml templates.
Add separate values files for each cloud provider (e.g., values-aws.yaml, values-gcp.yaml, values-azure.yaml) to manage cloud-specific settings like load balancing and storage.
Note that we will start with AWS only.