Gloo Edge
Install the Gloo Edge
There are two primary ways to install the Gloo Edge in production:
Install Gloo Edge on Kubernetes, using Kubernetes Custom Resources to configure routing. | |
Run Gloo Edge on a HashiCorp Nomad Cluster, using Consul for configuration and Vault for secret storage. |
The Enterprise version of Gloo Edge can be installed using the following guide:
Gloo Edge Enterprise is based on the open-source Gloo Edge with additional (closed source) UI and plugins. |
You also install Gloo Edge in a development scenario on your local workstation using one of the following guides:
Run Gloo Edge locally with Docker Compose, using HashiCorp Consul for configuration and HashiCorp Vault for secret storage. | |
Run Gloo Edge locally with Docker Compose, using yaml files which are mounted to the Gloo Edge container for configuration and secret storage.
|