Skip to content

Commit

Permalink
chore: add snappcloud to adopters (#6056)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Yosefpor <myusefpur@gmail.com>
  • Loading branch information
m-yosefpor authored Jan 8, 2024
1 parent c1dd2da commit af0ffe0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions site/content/resources/adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,27 @@ If you're using Contour and want to add your organization to this list, please

<a href="https://daocloud.io/" target="_blank"><img alt="daocloud.io" src="../../img/adopters/daocloud.png" height="50"></a>

<a href="https://snapp.ir/" target="_blank"><img alt="snapp.ir" src="../../img/adopters/snappcloud.png" height="50"></a>

## Success Stories

Below is a list of adopters of Contour in **production environments** that have
publicly shared the details of how they use it.

_Add yours here!_
**Migrating from Openshift Router to Contour in SnappCloud**
SnappCloud is the private cloud infrastructure provider for Snapp, the largest ride-hailing platform in the Middle East. In addition to ride-hailing, Snapp supports a range of services including online doctor consultations, food shopping, and more. Within our infrastructure, we utilize multiple OKD (OpenShift) clusters. We have successfully transitioned from the OpenShift Router Controller to Contour for our ingress needs. To maintain consistent behavior during this migration, we employed the route-to-contour-httpproxy project. This Kubernetes controller is designed for converting OpenShift HAProxy Route to Contour HTTPProxy, incorporating default values of OpenShift Router HAProxy and converting OpenShift-specific annotations to HTTPProxy configurations.

## Solutions built with Contour

Below is a list of solutions where Contour is being used as a component.

**[Knative](https://knative.dev)**
**[Knative](https://knative.dev)**
Knative can use Contour to serve all incoming traffic via the `net-contour` ingress Gateway. The [net-contour](https://github.com/knative-sandbox/net-contour) controller enables Contour to satisfy the networking needs of Knative Serving by bridging Knative's KIngress resources to Contour's HTTPProxy resources.

**[VMware](https://tanzu.vmware.com/tanzu)**
**[VMware](https://tanzu.vmware.com/tanzu)**
All four [VMware Tanzu](https://tanzu.vmware.com/content/blog/simplify-your-approach-to-application-modernization-with-4-simple-editions-for-the-tanzu-portfolio) editions make the best possible use of various open source projects, starting with putting Kubernetes at their core. We’ve included leading projects to provide our customers with flexibility and a range of necessary capabilities, including Harbor (for image registry), Antrea (for container networking), Contour (for ingress control), and Cluster API (for lifecycle management).

**[Flyte](https://flyte.org/)**
**[Flyte](https://flyte.org/)**
Flyte's [sandbox environment](https://docs.flyte.org/en/latest/deployment/sandbox.html#deployment-sandbox) is powered by Contour and this is the default Ingress Controller. Sandbox environment has made it possible for data scientists all over to try out Flyte quickly and without contour that would not have been easy.

**[Gojek](https://gojek.io/)**
Expand All @@ -51,6 +54,22 @@ DaoCloud is an innovation leader in the cloud-native field. With the competitive

DaoCloud build Next Generation Microservices Gateway based on Contour, and also contribute in Contour Community deeply.

**[SnappCloud](https://snapp.ir)**

SnappCloud has developed several solutions to provide a complete self-service and multi-tenant API-GW solution with Contour:

1. [Cerberus](https://github.com/snapp-incubator/Cerberus): Cerberos is a powerful authorization server designed to seamlessly integrate with Contour by implementing the auth_ext interface of Envoy. In the world of modern application deployment and microservices architecture, ensuring secure and controlled access to services is paramount. Cerberos fills this role by providing a dynamic and flexible access control solution tailored to the unique demands of Contour-based applications.

2. [Contour Global Rate Limit Operator](https://github.com/snapp-incubator/contour-global-ratelimit-operator): This project provides a Kubernetes operator that allows users to configure global ratelimits in their HTTPProxy and it configures a RLS service based on [envoyproxy/ratelimit](https://github.com/envoyproxy/ratelimit).

3. [Contour Admission Webhook](https://github.com/snapp-incubator/contour-admission-webhook): This webhook facilitates the validation and mutation of Contour's HTTPProxy resources, ensuring configurations adhere to defined policies and standards. For example, it blocks creation of HTTPProxies with conflicting FQDNs, to prevent a user to invalidate other HTTPProxies in other namespaces.

4. [Contour Console Plugin](https://github.com/snapp-incubator/contour-console-plugin): A plugin based on [Openshift Dynamic Plugins](https://www.redhat.com/blog/dynamic-plugins-now-available) designed to integrate with Openshift consoles, providing a user-friendly interface to manage and visualize Contour resources, and to have a form based creation of HTTPProxies, same as `Route` experience in openshift.

5. [Contour Auth Multi-Tenant](https://github.com/snapp-incubator/contour-auth-multi-tenant): This project is an Envoy-compatible authorization server that builds upon the foundation of [contour-authserver](https://github.com/projectcontour/contour-authserver), enabling multi-tenancy by allowing different tenants to manage their authentication services independently, and referencing their own secrets in the same namespace of HTTPProxy.

At SnappCloud, we are dedicated to enriching the open-source community by developing additional components and plugins, contributing to various projects, and weaving together open-source solutions to create integrated, full-fledged products that rival enterprise solutions. Our commitment is focused on building robust toolchains that enhance and extend the capabilities of the open-source ecosystem.

## Adding a logo to projectcontour.io

If you would like to add your logo to a future `Adopters of Contour` section
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af0ffe0

Please sign in to comment.