Romain Rigaux 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
..
.gitignore 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
Dockerfile 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
README.md 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
command.js 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
config 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
config.templ 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
model.js 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
package-lock.json 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
package.json 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
provisioner.yaml 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás
server.js 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes há 6 anos atrás

README.md

Provisioning Service

A quick and dirty provisioning service to manage the lifecycle of Impala clusters. See provisioner.yaml for the Altus-style API specification. In a proper implementation this would be split into an Altus API gateway and backend provisioning service.

Development

npm install
node server.js

Deployment