Skip to content
14 changes: 14 additions & 0 deletions src/components/pages/adopters/logos/images/vncloud.inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/pages/adopters/logos/logos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import SovereignLogo from './images/sovereign.inline.svg';
import SysElevenLogo from './images/syseleven.inline.svg';
import TencentCloudLogo from './images/tencent-cloud.inline.svg';
import VKCloudLogo from './images/vkcloud.inline.svg';
import vnpostLogo from './images/vncloud.inline.svg';

const logos = {
syseleven: SysElevenLogo,
Expand Down Expand Up @@ -104,6 +105,7 @@ const logos = {
ovh: OVHcloudLogo,
fptTelecom: FPTTelecomLogo,
ost: OSTLogo,
vnpost: vnpostLogo,
esnet: ESnetLogo,
ionx: IONXLogo,
};
Expand Down
14 changes: 14 additions & 0 deletions src/components/shared/user-community/images/vnpost.inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/shared/user-community/user-community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ import VirtuozzoLogo from './images/virtuozzo.inline.svg';
import VkcloudLogo from './images/vkcloud.inline.svg';
import Ws02Logo from './images/wso2.inline.svg';
import YahooLogo from './images/yahoo.inline.svg';
import vnpostLogo from './images/vnpost.inline.svg';

const icons = {
fhnw: FHNWLogo,
Expand Down Expand Up @@ -368,6 +369,7 @@ const icons = {
batumbu: BatumbuLogo,
fptTelecom: FPTTelecomLogo,
ost: OSTLogo,
vnpost: vnpostLogo,
esnet: ESnetLogo,
ionx: IONXLogo,
};
Expand Down
2 changes: 2 additions & 0 deletions src/pages/adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const {
batumbu,
fptTelecom,
ost,
vnpost,
ionx,
} = caseStudiesData;

Expand Down Expand Up @@ -390,6 +391,7 @@ const userCommunity2 = {
batumbu,
uwmadison,
fptTelecom,
vnpost,
ionx,
],
buttonText: 'Add Your Company',
Expand Down
6 changes: 6 additions & 0 deletions src/utils/case-studies-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,12 @@ export default {
iconName: 'fptTelecom',
text: '<b>FPT Telecom</b> uses Cilium as their CNI plugin to handle the massive CPE Management traffic to the backends',
},
vnpost: {
iconName: 'vnpost',
name: 'Vietnam Post Cloud',
description:
'Vietnam Post Cloud uses Cilium in their production, staging, and development clusters',
},
ost: {
iconName: 'ost',
text: '<b>Eastern Switzerland University of Applied Sciences (OST)</b> uses Cilium in their production clusters (self-hosted, bare-metal, private cloud) and in their Cloud Native training courses',
Expand Down