Example deployments are provided in this folder for various destinations. For production use, it is recommended to create your own deployment recipe
using terraform modules provided in ../desinations
. Terraform is the deployment manager software used for all deployment destinations.
To install Terraform, check that your system's package manager provides it or download it here.
See docker/ for instructions.
Several terraform destinations have been configured. Select one from the ./destinations/
folder that you plan to use.
See aws/ for instructions.
TODO
TODO
TODO
All cloud deployments include a dashboard server that provides administrative control of the cluster. To access
it, install kubectl and run kubectl proxy
in a separate terminal.
Visit here to access
the dashboard.
To check the state of the cluster run kubectl describe node
.
Configure the Kubernetes terraform provider and deploy the ./destinations/k8s
module.
Configure the Nomad terraform provider and deploy the ./destinations/nomad
module.