|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
How to run Hue in Kubernetes.
|
|
|
|
|
|
-## Quick Start
|
|
|
+## Services
|
|
|
|
|
|
Assuming you have a Kubernetes cluster configured with Helm installed and images pushed (if not, check the [K8s Cluster](#k8s-cluster) section below).
|
|
|
|
|
|
@@ -10,7 +10,7 @@ Assuming you have a Kubernetes cluster configured with Helm installed and images
|
|
|
* [Hue](helm/hue)
|
|
|
* [YAML](yaml)
|
|
|
* [Hue](yaml/hue)
|
|
|
- * Postgres (TBD)
|
|
|
+ * [Postgres](yaml/postgres)
|
|
|
* [NGINX](yaml/nginx)
|
|
|
* [Celery](yaml/celery)
|
|
|
* Daphne (TBD)
|
|
|
@@ -25,11 +25,20 @@ Assuming you have a Kubernetes cluster configured with Helm installed and images
|
|
|
helm install gethue/hue
|
|
|
|
|
|
or
|
|
|
+Run:
|
|
|
+
|
|
|
+ cd tools/kubernetes/helm
|
|
|
|
|
|
git clone https://github.com/cloudera/hue.git
|
|
|
cd hue/tools/kubernetes/helm
|
|
|
helm install hue -n hue
|
|
|
|
|
|
+Upgrade or delete:
|
|
|
+
|
|
|
+ helm upgrade hue hue
|
|
|
+
|
|
|
+ helm delete hue --purge
|
|
|
+
|
|
|
## K8s Cluster
|
|
|
|
|
|
### Ubuntu
|