Romain 64798571ab HUE-8744 [k8s] Rename nginx-deployment to nginx-hue 6 years ago
..
helm 64798571ab HUE-8744 [k8s] Rename nginx-deployment to nginx-hue 6 years ago
yaml 2d990dbea7 HUE-8744 [k8s] Adding cert-manager for SSL 6 years ago
README.md 277639334e HUE-8744 [k8s] Adding celery flower yaml service 6 years ago

README.md

Hue on Kubernetes

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 section below).

Quick Start

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 microk8s

    sudo snap install microk8s --classic
    
    sudo snap alias microk8s.kubectl kubectl
    
    microk8s.enable metrics-server dns
    

And

sudo snap install helm --classic

helm init

Images

All the images are on Docker Hub or can be built via Docker at tools/docker.