Installing Gloo Edge
...onto a local filesystem
...onto a Consul
Installing on Kubernetes
⚠️ if running on GKE, you need to configure permission to create rbac: ⚠️
kubectl create clusterrolebinding --user <gcloud-email> <crb-name> --clusterrole=<any role with RBAC create permission>
Installing on Nomad
Note: These steps may not work as they have not been updated recently
Steps for creating a local Nomad deployment from scratch (assuming you have nomad
, consul
, and vault
binaries installed) lives in the nomad/
directory.