Skip to content

Commit 28f2538

Browse files
feat: add ESnet to use-cases service-mao.jsx
Signed-off-by: ADITYA TIWARI <[email protected]>
1 parent 96ff437 commit 28f2538

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/pages/use-cases/service-map.jsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import KubernetesBee from 'images/pages/usecase/k8s-bee.png';
1212
import ServiceMapImage1 from 'images/pages/usecase/servicemap-1.png';
1313
import MainLayout from 'layouts/main/main';
1414

15+
import ESnetLogo from '../adopters/logos/images/esnet.inline.svg';
16+
1517
const heroContent = {
1618
title: 'Service Map',
1719
category: 'Observability',
@@ -85,6 +87,19 @@ const testimonials = [
8587
quote: true,
8688
person: 'Lakmal Warusawithana, Senior Director - Cloud Architecture, WSO2',
8789
},
90+
{
91+
title: 'IPv6-First Kubernetes Networking for Scientific Computing',
92+
logo: ESnetLogo,
93+
CTAs: [
94+
{
95+
CTAtext: 'Read The Case Study',
96+
url: 'https://www.cncf.io/case-studies/esnet/',
97+
},
98+
],
99+
description: `<b>ESnet</b> uses Cilium for IPv6-first Kubernetes networking for scientific computing infrastructure.`,
100+
quote: false,
101+
person: '', // No specific person quoted in linked case study
102+
},
88103
];
89104

90105
const ServiceMapPage = () => (

0 commit comments

Comments
 (0)