Ying Chen f83a017722 HUE-9386 [blog] Add post of Hue Grafana dashboard há 5 anos atrás
..
grafana f83a017722 HUE-9386 [blog] Add post of Hue Grafana dashboard há 5 anos atrás
helm 60d5ef43df PR1130 [helm] Fix typo in Chart.yml description (#1130) há 5 anos atrás
README.md 33f8b4d956 HUE-8888 [docs] Refresh latest microk8s install step há 5 anos atrás

README.md

Hue on Kubernetes

How to run Hue in Kubernetes.

Services

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 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

  • OS: Ubuntu 20.04
  • Nodes: 1 primary instance of m3.medium (1CPU 3GB)
  • Quick start with MicroK8s

    sudo snap install microk8s --classic --channel=1.18/stable

    microk8s.enable dns ingress storage helm3

    sudo snap alias microk8s.kubectl kubectl sudo snap alias microk8s.helm3 helm

    microk8s.inspect

Optional (for more complete Kubernetes environment):

microk8s.enable metrics-server registry prometheus fluentd dashboard

Images

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