solo-io / gloo-install

Scripts and Resources for installing gloo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPOSITORY IS DEPRECATED - It has moved to the main gloo repo. see here.

Gloo

Gloo Installation


Gloo is a function gateway built on top of the Envoy Proxy. Gloo provides a unified entry point for access to all services and serverless functions, translating from any interface spoken by a client to any interface spoken by a backend. Gloo aggregates REST APIs and events calls from clients, "glueing" together services in-cluster, out of cluster, across clusters, along with any provider of serverless functions.

This Repo

Here you will find installation scripts, files, and charts for various deployment strategies for Gloo.

The simplest and most well-tested of these lives at kube/install.yaml. Try deploying this to a kubernetes cluster with

kubectl apply \
  --filename https://raw.githubusercontent.com/gloo-install/kube/master/install.yaml

to get started quickly.

See our documentation for instructions on installation and getting started with Gloo.

Documentation

Get started by reading our docs here: https://gloo.solo.io/

Community

Join us on our slack channel: https://slack.solo.io/

About

Scripts and Resources for installing gloo

License:Apache License 2.0


Languages

Language:Smarty 77.4%Language:Shell 22.6%