diff --git a/src/components/pages/adopters/logos/images/vncloud.inline.svg b/src/components/pages/adopters/logos/images/vncloud.inline.svg
new file mode 100644
index 000000000..7e2c9adc3
--- /dev/null
+++ b/src/components/pages/adopters/logos/images/vncloud.inline.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/src/components/pages/adopters/logos/logos.jsx b/src/components/pages/adopters/logos/logos.jsx
index 300c92657..18ce40932 100644
--- a/src/components/pages/adopters/logos/logos.jsx
+++ b/src/components/pages/adopters/logos/logos.jsx
@@ -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,
@@ -104,6 +105,7 @@ const logos = {
ovh: OVHcloudLogo,
fptTelecom: FPTTelecomLogo,
ost: OSTLogo,
+ vnpost: vnpostLogo,
esnet: ESnetLogo,
ionx: IONXLogo,
};
diff --git a/src/components/shared/user-community/images/vnpost.inline.svg b/src/components/shared/user-community/images/vnpost.inline.svg
new file mode 100644
index 000000000..7e2c9adc3
--- /dev/null
+++ b/src/components/shared/user-community/images/vnpost.inline.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/src/components/shared/user-community/user-community.jsx b/src/components/shared/user-community/user-community.jsx
index c28b3c157..3e1acd2d0 100644
--- a/src/components/shared/user-community/user-community.jsx
+++ b/src/components/shared/user-community/user-community.jsx
@@ -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,
@@ -368,6 +369,7 @@ const icons = {
batumbu: BatumbuLogo,
fptTelecom: FPTTelecomLogo,
ost: OSTLogo,
+ vnpost: vnpostLogo,
esnet: ESnetLogo,
ionx: IONXLogo,
};
diff --git a/src/pages/adopters.jsx b/src/pages/adopters.jsx
index b4a2062ae..32bc532e0 100644
--- a/src/pages/adopters.jsx
+++ b/src/pages/adopters.jsx
@@ -189,6 +189,7 @@ const {
batumbu,
fptTelecom,
ost,
+ vnpost,
ionx,
} = caseStudiesData;
@@ -390,6 +391,7 @@ const userCommunity2 = {
batumbu,
uwmadison,
fptTelecom,
+ vnpost,
ionx,
],
buttonText: 'Add Your Company',
diff --git a/src/utils/case-studies-data.js b/src/utils/case-studies-data.js
index 52510c57d..5cc862551 100644
--- a/src/utils/case-studies-data.js
+++ b/src/utils/case-studies-data.js
@@ -1664,6 +1664,12 @@ export default {
iconName: 'fptTelecom',
text: 'FPT Telecom 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: 'Eastern Switzerland University of Applied Sciences (OST) uses Cilium in their production clusters (self-hosted, bare-metal, private cloud) and in their Cloud Native training courses',