Software AG Products 10.5 | Configuring API Gateway | Kubernetes Support | Using Helm to Start the API Gateway Service
 
Using Helm to Start the API Gateway Service
To use Helm chart to start the API Gateway service
1. Install and initialize Helm and then create a Helm chart.
For details, see https://github.com/helm/helm/blob/master/docs/quickstart.md#install-helm?.
This creates a standard layout with some basic templates and examples. Use the templates to easily templatize your Kubernetes manifests. Use the set of configuration parameters that the templates provide to customize your deployment.
2. Update the values.yaml file with the required information, such as the URL pointing to your repository, the port and service details, and the deployment type for which you want to create a service. The values.yml file passes the configuration parameters into the helm chart.
3. Navigate to the working folder where the charts are stored, and run the following command.
helm install sag-api-gateway-10.5
Where, sag-api-gateway-10.5 is the Helm chart name.
The Kubernetes cluster starts API Gateway and the service.