Skip to content

Commit 63709e3

Browse files
committed
add new speaker
1 parent 9bfbc83 commit 63709e3

6 files changed

Lines changed: 28 additions & 19 deletions

File tree

7.73 KB
Loading

src/config/agenda.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"time": "17:00 - 17:35",
216216
"sessions": [
217217
{ "talkId": "platform-engineering-and-ai-agents", "trackId": "track1" },
218-
{ "talkId": "green-prompting-designing-ai-interactions-with-sustainability-in-mind", "trackId": "track2" }
218+
{ "talkId": "east-west-mtls-no-sidecars", "trackId": "track2" }
219219
]
220220
},
221221
{

src/config/editions/2026.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"francesco-canovai",
5151
"niccolo-fei",
5252
"dillon-barry",
53-
"valeria-salis",
53+
"stephane-karagulmez",
5454
"marco-pernigo",
5555
"jacopo-nardiello"
5656
],
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: "stephane-karagulmez"
3+
name: "Stephane Karagulmez"
4+
role: "Senior Sales engineer"
5+
company: "Isovalent by Cisco"
6+
companyUrl: "https://isovalent.com/"
7+
image: "/images/profiles/stephane-karagulmez.webp"
8+
linkedin: "https://www.linkedin.com/in/stephane-karagulmez-b9699410a/"
9+
---
10+
11+
Stephane is a Senior Solution Architect at Isovalent, with deep expertise in Kubernetes and networking. With a background spanning from developer to Google Cloud Sales Engineer and Kubernetes Practice Lead, Stephne has built a career at the intersection of technology and business solutions. At Isovalent, they design complex architectures while sharing knowledge through public speaking and writing. A passionate advocate for making tech accessible, Stephane blends technical expertise with a customer-focused approach to drive impactful solutions.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: east-west-mtls-no-sidecars
3+
title: 'East-West mTLS, no sidecars: Ztunnel on Cilium 1.19'
4+
type: talk
5+
speakerIds:
6+
- stephane-karagulmez
7+
tags:
8+
- ENG
9+
level: Intermediate
10+
image: ''
11+
video: ''
12+
slide: ''
13+
---
14+
15+
Cilium 1.19 adds native integration with ztunnel, a per-node proxy that transparently encrypts and authenticates TCP traffic between enrolled workloads. No application changes and no sidecar injection. Opt in per namespace; cilium-agent handles enrollment, certificates, and discovery

src/config/talks/2026/from-prompt-injection-to-root-access.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)