solo-io / gloo-ingress-controller

Gloo's Kubernetes Ingress Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been consolidated into https://github.com/solo-io/gloo/. See https://gloo.solo.io/installation/ingress/ for more info.

Gloo

Gloo Ingress Controller


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 the source files for Gloo's Kubernetes Ingress Controller. The Kubernetes Ingress Controller extends the Gloo configuration language to support the Kubernetes Ingress language, enabling Gloo (and Envoy) to monitor and apply Kubernetes Ingress rules.

For more understanding about how the ingress controller works, head over to our documentation.

Documentation

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

Community

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

About

Gloo's Kubernetes Ingress Controller

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Makefile 1.1%Language:Dockerfile 0.2%