|
|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
How to run Hue in Kubernetes.
|
|
|
|
|
|
-
|
|
|
## Quick Start
|
|
|
|
|
|
Assuming you have a Kubernetes cluster configured with Helm installed and images pushed (if not, check the [K8s Cluster](#k8s-cluster) section below).
|
|
|
@@ -20,18 +19,23 @@ Assuming you have a Kubernetes cluster configured with Helm installed and images
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
- cd tools/kubernetes/helm
|
|
|
+ helm repo add gethue https://helm.gethue.com
|
|
|
+ helm repo update
|
|
|
+ helm install gethue/hue
|
|
|
+
|
|
|
+or
|
|
|
|
|
|
+ git clone https://github.com/cloudera/hue.git
|
|
|
+ cd hue/tools/kubernetes/helm
|
|
|
helm install hue -n hue
|
|
|
|
|
|
## K8s Cluster
|
|
|
|
|
|
### Ubuntu
|
|
|
|
|
|
-* OS: Ubuntu 16.04 or 18.04.
|
|
|
-* Nodes: 1 primary instance of m3.medium (1CPU 3GB).
|
|
|
-
|
|
|
-Quick start with https://microk8s.io/#quick-start
|
|
|
+* OS: Ubuntu 16.04 or 18.04
|
|
|
+* Nodes: 1 primary instance of m3.medium (1CPU 3GB)
|
|
|
+* Quick start with [microk8s](https://microk8s.io/#quick-start)
|
|
|
|
|
|
```
|
|
|
sudo snap install microk8s --classic
|