lightbend / cloudflow-installer

Installation Scripts for Cloudflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been deprecated

The installation scripts for Cloudflow can be found in the main repo at: https://github.com/lightbend/cloudflow/tree/master/installer

Cloudflow-installer

This is the installer for the Cloudflow toolkit. Currently we support GKE and we are planning to support other environments in the future.

To install Cloudflow on GKE it is a straightforward process:

# create a GKE cluster with name <gke-cluster-name>
$ ./gke-create-cluster.sh <gke-cluster-name>
# install Cloudflow in that cluster
$ ./install-gke.sh <gke-cluster-name>

Replace above <gke-cluster-name> with the preferred name for your GKE cluster.

Note: The installer creates all deployments under lightbend namespace in the GKE cluster but this restriction will be removed in the future.

About

Installation Scripts for Cloudflow

License:Apache License 2.0


Languages

Language:Shell 96.6%Language:Smarty 3.4%