edvinas-maciulis / kube-presto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presto with Kubernetes

Code snippets and notes on running Presto with Kubernetes.

Credits: Some code are based on Joshua Robison's awesome work.

Deploy a Presto Cluster

The below deploys a Presto cluster in the warehouse name space. Create config maps.

./create-configmap.sh

Deploy a Presto cluster.

kubectl create -f presto-server.yaml

About


Languages

Language:Shell 100.0%