Skip to content

Commit

Permalink
fix: update multicast hero content (cilium#535)
Browse files Browse the repository at this point in the history
* fix: update multicast hero content

* Update src/pages/use-cases/multicast.jsx

Co-authored-by: Bill Mulligan <[email protected]>
Signed-off-by: Paul Arah <[email protected]>

---------

Signed-off-by: Paul Arah <[email protected]>
Co-authored-by: Bill Mulligan <[email protected]>
  • Loading branch information
paularah and xmulligan authored Aug 13, 2024
1 parent fba8ed8 commit 8606f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/use-cases/multicast.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const heroContent = {
tagline: 'eBPF-Powered Efficiency for Multicast in Kubernetes',
subHeading: 'Smarter Network Utilization',
description:
'IP multicast is a bandwidth-conserving technology that reduces traffic by simultaneously delivering a single stream of information to potentially thousands of corporate recipients or consumers. Multicast addresses the technical challenge of efficiently delivering data from a single source to multiple recipients simultaneously over a network. Multicast has found its use case in traditional networking, but Kubernetes networking often relies on unicast and broadcast methods.<br /><br />In data transmission to containers within a Kubernetes cluster, packets are replicated and sent to every container regardless of their need. This approach might not be ideal for some applications with specific requirements and can lead to significant network congestion, high bandwidth, and overhead.',
'IP multicast is a bandwidth-conserving technology that reduces traffic by simultaneously delivering a single stream of information to potentially thousands of recipients. Multicast addresses the technical challenge of efficiently delivering data from a single source to multiple recipients simultaneously over a network. Multicast has found its use case in traditional networking, but Kubernetes networking often relies on unicast and broadcast methods.<br /><br />In data transmission to containers within a Kubernetes cluster, packets are replicated and sent to every container regardless of their need. This approach might not be ideal for some applications with specific requirements and can lead to significant network congestion, high bandwidth, and overhead.',
imageSrc: CaptaineBee,
imageAlt: 'Travel Bee',
imageWidth: 350,
Expand Down

0 comments on commit 8606f58

Please sign in to comment.