Romain Rigaux dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 年 前
..
templates 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 年 前
.helmignore 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 年 前
Chart.yaml 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 年 前
README.md dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 年 前
values.yaml 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 年 前

README.md

Mock Storage Chart

This chart schedules a mini HDFS and Hive to run inside the K8s cluster.

Install

To boot a the Web UI:

helm install mock-storage

Or copy values.yaml and edit and run:

helm install mock-storage -f values.yaml

And now you will get:

kubectl get pods
NAME                                          READY   STATUS    RESTARTS   AGE
hdfs-datanode-1-0                             1/1     Running   0          13d
hdfs-namenode-1-0                             1/1     Running   0          13d
hive-697f49cdbd-ghr6w                         2/2     Running   0          13d