diff --git a/src/components/shared/user-community/images/icos.inline.svg b/src/components/shared/user-community/images/icos.inline.svg
new file mode 100644
index 00000000..62705fa7
--- /dev/null
+++ b/src/components/shared/user-community/images/icos.inline.svg
@@ -0,0 +1,528 @@
+
+
diff --git a/src/components/shared/user-community/images/jar.inline.svg b/src/components/shared/user-community/images/jar.inline.svg
new file mode 100644
index 00000000..b41e33ad
--- /dev/null
+++ b/src/components/shared/user-community/images/jar.inline.svg
@@ -0,0 +1,105 @@
+
+
diff --git a/src/components/shared/user-community/user-community.jsx b/src/components/shared/user-community/user-community.jsx
index 5e5a6b12..c0def35a 100644
--- a/src/components/shared/user-community/user-community.jsx
+++ b/src/components/shared/user-community/user-community.jsx
@@ -63,11 +63,13 @@ import GcoreLogo from './images/gcore.inline.svg';
import GdataLogo from './images/gdata.inline.svg';
import GiantSwarmLogo from './images/giant-swarm.inline.svg';
import HetznerLogo from './images/hetzner.inline.svg';
+import IcosLogo from './images/icos.inline.svg';
import IlionxLogo from './images/ilionx.inline.svg';
import ImmerokLogo from './images/immerok.inline.svg';
import InfomaniakLogo from './images/infomaniak.inline.svg';
import InnoqLogo from './images/innoq.inline.svg';
import IsovalentLogo from './images/isovalent.inline.svg';
+import JarLogo from './images/jar.inline.svg';
import JumoLogo from './images/jumo.inline.svg';
import JyskLogo from './images/jysk-tech.inline.svg';
import KakaoLogo from './images/kakao.inline.svg';
@@ -150,6 +152,8 @@ import Ws02Logo from './images/wso2.inline.svg';
import YahooLogo from './images/yahoo.inline.svg';
const icons = {
+ icos: IcosLogo,
+ jar: JarLogo,
nutanix: NutanixLogo,
cloutomate: CloutomateLogo,
qpoint: QpointLogo,
diff --git a/src/pages/adopters.jsx b/src/pages/adopters.jsx
index db2bfb62..9340e9ab 100644
--- a/src/pages/adopters.jsx
+++ b/src/pages/adopters.jsx
@@ -10,6 +10,8 @@ import caseStudiesData from 'utils/case-studies-data';
import { adopters as seo } from 'utils/seo-metadata';
const {
+ icos,
+ jar,
nutanix,
cloutomate,
qpoint,
@@ -161,6 +163,7 @@ const hero = {
const userCommunity1 = {
theme: 'gray',
items: [
+ icos,
kakao,
samsungads,
nemlig,
@@ -241,6 +244,7 @@ const userCommunity2 = {
isTitleCentered: true,
theme: 'gray',
items: [
+ jar,
nutanix,
cloutomate,
qpoint,
diff --git a/src/posts/2024-08-icos-project/index.md b/src/posts/2024-08-icos-project/index.md
new file mode 100644
index 00000000..ed0d9277
--- /dev/null
+++ b/src/posts/2024-08-icos-project/index.md
@@ -0,0 +1,9 @@
+---
+date: '2024-08-30T17:20:05.000Z'
+title: 'Enhancing Security in the Cloud-Edge-IoT Continuum with ICOS'
+ogImage: ogimage.png
+ogSummary: 'Learn how the ICOS project leverages Cilium and Tetragon to create comprehensive audit reports in its security audit tool'
+externalUrl: 'https://www.icos-project.eu/blog/security-with-cilium-tetragon'
+categories:
+ - Technology
+---
diff --git a/src/posts/2024-08-icos-project/ogimage.png b/src/posts/2024-08-icos-project/ogimage.png
new file mode 100644
index 00000000..f7b76a80
Binary files /dev/null and b/src/posts/2024-08-icos-project/ogimage.png differ
diff --git a/src/utils/case-studies-data.js b/src/utils/case-studies-data.js
index 8bcd3123..1a5d4b3e 100644
--- a/src/utils/case-studies-data.js
+++ b/src/utils/case-studies-data.js
@@ -996,6 +996,21 @@ export default {
},
],
},
+ icos: {
+ iconName: 'icos',
+ text: 'ICOS project uses Cilium and Tetragon to enhance its network security and visibility, and to create comprehensive audit reports',
+ links: [
+ {
+ linkText: 'Read Blog post',
+ linkUrl: 'https://www.icos-project.eu/blog/security-with-cilium-tetragon',
+ linkTarget: '_blank',
+ },
+ ],
+ },
+ jar: {
+ iconName: 'jar',
+ text: 'Jar uses Cilium as the default CNI plugin for their Kubernetes clusters',
+ },
nutanix: {
iconName: 'nutanix',
text: 'Nutanix uses Cilium as the default CNI plugin for NKP (Nutanix Kubernetes Platform)',