Settings

Theme

Gloo API Gateway Version 1.3 – Dev Portal, WebAssembly, Knative

solo.io

41 points by cloudytoday 6 years ago · 15 comments

Reader

meddlepal 6 years ago

Anyone used Gloo and have any experience with it they can share? I've used Ambassador a bunch and they are pretty comparable, but curious what others think.

  • ceposta07 6 years ago

    Disclaimer: I am an employee of Solo.io

    I'd say a lot of our users are from big enterprises, especially financial services where security is paramount. Gloo has a decoupled control plane so it can be scaled and secured independently from the proxy/data plane. For example, Gloo requires zero privilege capabilities/service accounts, has a read-only file system, and the data plane has no access to the Kubernetes API when run in Kubernetes (not a requirement -- gloo can be run outside k8s as well). Additional security related functionality like WAF, OPA authz, and data loss prevention filters are crucial for our users.

    see more here: https://docs.solo.io/gloo/latest/introduction/others/

    HTH

  • cloudytodayOP 6 years ago

    We have a list of our end users and customers listed here along with links to their talks and blogs about their experience with gloo https://www.solo.io/customers/

derrickrburns 6 years ago

I deployed Gloo to production at Tidepool.org in November 2019.

Rock solid tech, responsive team, excellent feature set.

hbcondo714 6 years ago

I would be interested in seeing more of these API Gateways offer monetization / billing capabilities in their dev portal. So far I've only seen Apigee[1] and WSO2[2] offer this. Azure appears to have this "planned" in their product roadmap[3] while AWS uses their marketplace[4].

[1] https://cloud.google.com/apigee/api-management/monetize-apis...

[2] https://wso2.com/blogs/thesource/2019/10/wso2-api-cloud-mone...

[3] https://feedback.azure.com/forums/248703-api-management/sugg...

[4] https://aws.amazon.com/blogs/compute/monetize-your-apis-in-a...

wdb 6 years ago

Looks interesting, would this be a similar to what AWS API Gateway offers but then in a self-hosted manner? I am looking for a simple version of AWS API Gateway so I can hide a bunch of OpenFAAS functions behind a common domain and also have some trigger where when I request URL like /images/[id]_small.png it will automatically resize the [id].png to a small size and return it. Just this reawriting of url to the OpenFAAS function is where I am lost.

Would I be able to use Gloo for that?

cloudytodayOP 6 years ago

If you want to learn more and get a live demo -- https://solo.zoom.us/webinar/register/WN_neq5G0eAToSGoDXUNZM...

foreign-inc 6 years ago

Why not just use Istio and Knative? Also Project contour can do the same as an api Gateway. What's the difference?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection