Skip to content

Commit

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

* chore: add new schuberg phils case study

* chore: nit fixes
  • Loading branch information
hacktivist123 authored Aug 1, 2024
1 parent 697679f commit d068f93
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 25 deletions.
32 changes: 32 additions & 0 deletions src/components/shared/user-community/images/kakao.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 @@ -68,6 +68,7 @@ import InnoqLogo from './images/innoq.inline.svg';
import IsovalentLogo from './images/isovalent.inline.svg';
import JumoLogo from './images/jumo.inline.svg';
import JyskLogo from './images/jysk-tech.inline.svg';
import kakaoLogo from './images/kakao.inline.svg';
import KiloLogo from './images/kilo.inline.svg';
import KryptosLogo from './images/kryptos.inline.svg';
import KubehetznerLogo from './images/kube-hetzner.inline.svg';
Expand Down Expand Up @@ -144,6 +145,7 @@ import Ws02Logo from './images/wso2.inline.svg';
import YahooLogo from './images/yahoo.inline.svg';

const icons = {
kakao: kakaoLogo,
samsungads: SamsungAdsLogo,
VMwareTanzu: TanzuLogo,
bitnami: BitnamiLogo,
Expand Down
32 changes: 32 additions & 0 deletions src/icons/kakao.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/pages/adopters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import caseStudiesData from 'utils/case-studies-data';
import { adopters as seo } from 'utils/seo-metadata';

const {
kakao,
samsungads,
VMwareTanzu,
bitnami,
Expand Down Expand Up @@ -155,6 +156,7 @@ const hero = {
const userCommunity1 = {
theme: 'gray',
items: [
kakao,
samsungads,
nemlig,
gdata,
Expand Down
13 changes: 13 additions & 0 deletions src/pages/use-cases/kube-proxy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Hero from 'components/pages/use-cases/hero';
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
import UseCaseCard from 'components/pages/use-cases/use-case-card';
import SEO from 'components/shared/seo';
import KakaoLogo from 'icons/kakao.inline.svg';
import CiliumLogo from 'icons/logo-cilium.inline.svg';
import KubermaticLogo from 'icons/logo-kubermatic.inline.svg';
import PostFinanceLogo from 'icons/logo-postfinance.inline.svg';
Expand Down Expand Up @@ -96,6 +97,18 @@ const testimonials = [
description:
'We use Cilium because it uses eBPF and provides high throughput, lower latency, and less resource consumption, especially when the number of services is large. It also works well across all three major cloud providers, including Google GKE and Azure AKS, which was a critical factor in our choice.',
},
{
title: 'Kakao improves network performance and lowers costs with Cilium',
logo: KakaoLogo,
CTAs: [
{
CTAtext: 'Read Case Study',
url: 'https://www.cncf.io/case-studies/kakao/',
},
],
description:
"Leveraging Cilium and its kube-proxy replacement in their Kubernetes platform has lowered Kakao's network and performance costs, and enabled faster debugging of network issues.",
},
{
title: 'Why is the kernel community replacing iptables with BPF?',
logo: CiliumLogo,
Expand Down
6 changes: 5 additions & 1 deletion src/pages/use-cases/load-balancer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ const testimonials = [
CTAtext: 'Read The Blog Post',
url: 'https://cilium.io/blog/2022/04/12/cilium-standalone-L4LB-XDP/',
},
{
CTAtext: 'Read The Case Study',
url: 'https://www.cncf.io/case-studies/seznam/',
},
],
description:
'Seznam previously used a multiple tier setup - ECMP routing as the first tier + IPVS as the second tier (L4 load balancer (L4LB)) + Envoy proxy as the third tier (L7 load balancer). They experienced increased traffic during COVID and needed a way to utilize hardware efficiently. Using L4LB XDP consumed only half of a single CPU compared to 2x18 CPUs when IPVS was handling the traffic. By switching to L4LB XDP at the driver layer, Seznam was able to save 36 CPUs while doubling throughput.',
"Seznam.cz previously used a multi tier load balancer set up - ECMP routing as the first tier, IPVS as the second tier (L4 load balancer (L4LB)), and Envoy proxy as the third tier (L7 load balancer). They experienced increased traffic during COVID and needed a way to utilize hardware more efficiently. Using Cilium's L4LB XDP allowed Seznam.cz to reduce CPU consumption by 72x while doubling throughput.",
},
{
title: 'Software L4 Load Balancing for Kubernetes Services at Yahoo',
Expand Down
Loading

0 comments on commit d068f93

Please sign in to comment.