diff --git a/site/data/adopters.yaml b/site/data/adopters.yaml index 5435e21b9c..29e65ce992 100644 --- a/site/data/adopters.yaml +++ b/site/data/adopters.yaml @@ -63,3 +63,7 @@ adopters: logo: "/logos/nemlig.svg" url: "https://www.nemlig.com/" description: "nemlig.com is using Envoy Gateway to route traffic for internal and externally exposed services, including many of our customer facing APIs. We use Envoy Gateway to enforce security policies, such as JWT authentication as a service on our self-built kubernetes platform." + - name: "Cortex" + logo: "/logos/cortex.png" + url: "https://cortex.io/" + description: "Cortex is using Envoy Gateway to manage all API traffic as a modern Kubernetes ingress replacement." diff --git a/site/static/logos/cortex.png b/site/static/logos/cortex.png new file mode 100644 index 0000000000..96589e5deb Binary files /dev/null and b/site/static/logos/cortex.png differ