SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Istio Service Mesh

Istio is an open-source service mesh that developers use on SAP BTP to manage and configure communication between workloads in a Kyma cluster. It works by injecting sidecar proxies into Pods, which handle traffic management, observability, and security without requiring changes to application code. Developers use the Istio module to expose workloads via VirtualService resources, secure them with JWT authentication, and configure custom Certificate Authority (CA) certificates for mutual TLS.

Docs explaining this concept

Concepts that build on this