Skip to content

Commit b3b8bf2

Browse files
committed
update lightning tak and add emblema and reevo as tech partner
1 parent 43ff24e commit b3b8bf2

9 files changed

Lines changed: 34 additions & 19 deletions

File tree

15.9 KB
Loading

src/app/(home)/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default async function HomePage() {
165165
sponsorsByTier={sponsorsData}
166166
tiersConfig={config.sponsors.tiers}
167167
sectionsContent={config.sponsors}
168-
order={['main', 'platinum', 'gold', 'silver', 'smart', 'workshop', 'partner']}
168+
order={['main', 'platinum', 'gold', 'silver', 'smart', 'workshop', 'techPartner', 'partner']}
169169
isCurrent={true}
170170
/>
171171

src/app/sponsors/page.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export default async function SponsorsPage() {
123123
'silver',
124124
'smart',
125125
'workshop',
126+
'techPartner',
126127
'partner',
127128
];
128129

src/config/agenda.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"time": "10:50 - 11:05",
4848
"sessions": [
49-
{ "talkId": "lightning-talk-tba-1", "trackId": "track1" },
49+
{ "talkId": "intro-to-calico-observability", "trackId": "track1" },
5050
{ "talkId": "beyond-tool-sprawl", "trackId": "track2" }
5151
]
5252
},

src/config/editions/2026.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@
7676
],
7777
"sponsors": {
7878
"silver": ["adeptic-reply"],
79-
"main": ["sparkfabrik", "clastix", "desotech", "reevo", "seacom"],
79+
"main": ["sparkfabrik", "clastix", "desotech", "seacom", "reevo"],
8080
"platinum": ["spectrocloud"],
8181
"gold": ["edb", "sentinelone", "aruba-cloud", "docker", "tigera"],
8282
"workshop": ["docker", "octopus-deploy"],
83+
"techPartner": ["emblemalive", "reevo"],
8384
"smart": ["cncf"],
8485
"partner": []
8586
},

src/config/sponsors/emblemalive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Emblema.Live
3+
logo: /images/sponsors/emblemalive.webp
4+
url: https://emblema.live
5+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: intro-to-calico-observability
3+
title: 'Intro to Calico Observability'
4+
type: lightning-talk
5+
speakerIds:
6+
- dillon-barry
7+
tags:
8+
- ITA
9+
- SPONSORED
10+
level: all
11+
image: ''
12+
video: ''
13+
slide: ''
14+
---
15+
16+
If you've ever tried to debug why one pod can't reach another in Kubernetes, you know the drill — kubectl, logs, maybe a packet capture. Network visibility in Kubernetes has historically meant piecing things together from multiple sources.
17+
In this 10-minute talk, Dillon introduces Whisker, Calico's network observability interface for Kubernetes. He'll cover what Whisker actually shows you, how it surfaces flow data from your cluster, and where it fits for platform teams trying to answer the everyday questions: what's talking to what, what got blocked, and why.
18+
Pitched to be accessible for anyone working with Kubernetes, whether you're already a Calico user or just curious about what modern network observability looks like in a cloud-native environment.

src/config/talks/2026/lightning-talk-tba-1.md

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

src/config/website.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@
256256
"class": "bg-white shadow-sm",
257257
"badgeClass": "bg-purple-50 text-purple-500"
258258
},
259+
"techPartner": {
260+
"title": "Tech Partner",
261+
"logoSize": "md",
262+
"class": "bg-white shadow-sm",
263+
"badgeClass": "bg-cyan-50 text-cyan-600"
264+
},
259265
"partner": {
260266
"title": "Community & Media Partners",
261267
"logoSize": "lg",

0 commit comments

Comments
 (0)