Skip to content

Commit

Permalink
chore: update blog and adopters (cilium#554)
Browse files Browse the repository at this point in the history
* chore: update blog and adopters

* chore: fixes
  • Loading branch information
hacktivist123 authored Sep 24, 2024
1 parent 06be5fb commit 811caf3
Show file tree
Hide file tree
Showing 7 changed files with 665 additions and 0 deletions.
528 changes: 528 additions & 0 deletions src/components/shared/user-community/images/icos.inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions src/components/shared/user-community/images/jar.inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/shared/user-community/user-community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions src/pages/adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -161,6 +163,7 @@ const hero = {
const userCommunity1 = {
theme: 'gray',
items: [
icos,
kakao,
samsungads,
nemlig,
Expand Down Expand Up @@ -241,6 +244,7 @@ const userCommunity2 = {
isTitleCentered: true,
theme: 'gray',
items: [
jar,
nutanix,
cloutomate,
qpoint,
Expand Down
9 changes: 9 additions & 0 deletions src/posts/2024-08-icos-project/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Binary file added src/posts/2024-08-icos-project/ogimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/utils/case-studies-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,21 @@ export default {
},
],
},
icos: {
iconName: 'icos',
text: '<b>ICOS project</b> 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: '<b>Jar</b> uses Cilium as the default CNI plugin for their Kubernetes clusters',
},
nutanix: {
iconName: 'nutanix',
text: '<b>Nutanix</b> uses Cilium as the default CNI plugin for NKP (Nutanix Kubernetes Platform)',
Expand Down

0 comments on commit 811caf3

Please sign in to comment.