You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/use-cases/ingress.jsx
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,25 @@ const sectionContent1 = {
28
28
description:
29
29
'Cilium Ingress introduces flexible load balancer modes, enabling you to choose between dedicated and shared configurations tailored to your needs. In shared mode, resources are conserved by utilizing a single load balancer across all ingress resources. In dedicated mode, each ingress receives an independent load balancer, preventing conflicts like overlapping path prefixes. This adaptability ensures that scaling your application architecture never compromises performance or resource efficiency.',
'Diagram showing flexible load balancing with Cilium Ingress in shared and dedicated modes',
31
33
};
32
34
33
35
constsectionContent2={
34
36
title: 'Seamless Source IP Visibility',
35
37
description:
36
38
'Cilium Ingress ensures that backend applications retain access to the original source IP, a common pain point with other solutions. By leveraging TPROXY and the intelligent configuration of Envoy, Cilium maintains transparency in HTTP headers such as X-Forwarded-For and X-Envoy-External-Address. This seamless visibility is vital for debugging, logging, and implementing IP-based access controls without additional overhead.',
37
39
imageSrc: IngressImage1,
40
+
imageAlt:
41
+
'Visualization of Cilium Ingress maintaining original source IP visibility using Envoy and TPROXY',
38
42
};
39
43
40
44
constsectionContent3={
41
45
title: 'Advanced TLS Management',
42
46
description:
43
47
'With support for TLS termination and passthrough, Cilium Ingress simplifies secure traffic handling. It enables multi-TLS backend sharing while dynamically routing based on SNI. This eliminates configuration complexity and ensures robust security, even in highly dynamic environments. Applications benefit from simplified setup and seamless performance.',
44
48
imageSrc: IngressImage2,
49
+
imageAlt: 'Diagram illustrating TLS termination and passthrough management in Cilium Ingress',
45
50
imageRight: false,
46
51
};
47
52
@@ -50,6 +55,8 @@ const sectionContent4 = {
50
55
description:
51
56
"Cilium embeds security directly into the network layer using eBPF. This approach allows fine-grained enforcement of CiliumNetworkPolicies for traffic entering and exiting the cluster. Traffic passes through an Envoy proxy integrated with Cilium's policy engine, enabling precise control over network behavior. This dual-layer security ensures compliance with organizational policies while protecting against advanced threats.",
52
57
imageSrc: IngressImage3,
58
+
imageAlt:
59
+
'Diagram showing eBPF-based network policy enforcement and Envoy proxy integration in Cilium',
0 commit comments