Skip to content

Commit e4982c6

Browse files
docs: add ESnet to adopters page
Signed-off-by: ADITYA TIWARI <[email protected]>
1 parent 18f6976 commit e4982c6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/pages/adopters.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const {
148148
kubeOvn,
149149
mobilab,
150150
ect888,
151+
esnet,
151152
skybet,
152153
plaid,
153154
isovalent,
@@ -279,6 +280,7 @@ const userCommunity1 = {
279280
qingcloud,
280281
imagineLearning,
281282
ecco,
283+
esnet,
282284
gResearch,
283285
cornerBanca,
284286
canopus,

src/utils/case-studies-data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,17 @@ export default {
11331133
},
11341134
],
11351135
},
1136+
esnet: {
1137+
iconName: 'esnet',
1138+
text: '<b>ESnet</b> uses Cilium for IPv6-first Kubernetes networking for scientific computing infrastructure',
1139+
links: [
1140+
{
1141+
linkText: 'Read Case Study',
1142+
linkUrl: 'https://www.cncf.io/case-studies/esnet/',
1143+
linkTarget: '_blank',
1144+
},
1145+
],
1146+
},
11361147
gdata: {
11371148
iconName: 'gdata',
11381149
text: '<b>G Data</b> uses Cilium in their Kubernetes clusters for networking, security and observability',

0 commit comments

Comments
 (0)