Helm¶
Use Helm to Deply a Presto Cluster¶
The Presto community also provides the helm chart to install Presto cluster on a Kubernetes cluster. Here is how you can leverage it to create a Presto cluster containing the same settings for this workshop.
Prerequisite¶
In order to use Presto helm chart, make sure the following tools are available
Instructions¶
-
Add the Presto Helm Chart Repository:
Helm chart repository is a location where packaged charts can be stored and shared. Use the following command to add Presto charts repository to Helm client configuration:
-
Create a namespace for the Presto cluster
Use a dedicate namespace to deploy the Presto cluster. In this case, the namespace is called
presto
-
Deploy MongoDB and MySQL
-
Populate the Data into MongoDB and MySQL
-
Install a Presto Chart
Install a Presto Helm chart and it will provision a Presto cluster using the settings from the
helm/values.yaml