diff --git a/src/images/pages/usecase/esnet.inline.svg b/src/images/pages/usecase/esnet.inline.svg new file mode 100644 index 000000000..04720835f --- /dev/null +++ b/src/images/pages/usecase/esnet.inline.svg @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/src/pages/use-cases/service-map.jsx b/src/pages/use-cases/service-map.jsx index 70ea567e7..8a39854f5 100644 --- a/src/pages/use-cases/service-map.jsx +++ b/src/pages/use-cases/service-map.jsx @@ -8,6 +8,7 @@ import SEO from 'components/shared/seo'; import AscendLogo from 'icons/logo-ascend.inline.svg'; import CapitalOneLogo from 'icons/logo-capitalone.inline.svg'; import Wso2Logo from 'icons/wso2.inline.svg'; +import ESnetLogo from 'images/pages/usecase/esnet.inline.svg'; import KubernetesBee from 'images/pages/usecase/k8s-bee.png'; import ServiceMapImage1 from 'images/pages/usecase/servicemap-1.png'; import MainLayout from 'layouts/main/main'; @@ -85,6 +86,19 @@ const testimonials = [ quote: true, person: 'Lakmal Warusawithana, Senior Director - Cloud Architecture, WSO2', }, + { + title: 'Transforming Scientific Computing Infrastructure for IPv6 with Cilium at ESnet', + logo: ESnetLogo, + CTAs: [ + { + CTAtext: 'Read The Case Study', + url: 'https://www.cncf.io/case-studies/esnet/', + }, + ], + description: `“The power of Hubble is a godsend. If there’s one tool I use day in and day out, that’s Hubble.”`, + quote: true, + person: 'Kapil Agrawal, Platform Security Engineer, ESnet', + }, ]; const ServiceMapPage = () => (