Skip to content

Commit e4b674e

Browse files
authored
Update the events for the new year with confirmed events (#138)
* Remove Inviter.co invite image from footer section in docusaurus.config.js Signed-off-by: Pete Cheslock <[email protected]> * Update community events in documentation to reflect new details for KubeCon + CloudNativeCon Europe 2026, including session titles, dates, and links. Removed outdated events for November 2025. Signed-off-by: Pete Cheslock <[email protected]> --------- Signed-off-by: Pete Cheslock <[email protected]>
1 parent 3d11a35 commit e4b674e

File tree

2 files changed

+15
-52
lines changed

2 files changed

+15
-52
lines changed

docs/community/events.md

Lines changed: 15 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -12,62 +12,26 @@ Stay connected with the llm-d community at meetups, conferences, and workshops.
1212
{(() => {
1313
const events = [
1414
{
15-
month: 'November 2025',
16-
title: 'Cloud Native + Kubernetes AI Day',
17-
location: 'Atlanta, GA',
18-
dateText: 'Nov 10, 2025',
15+
month: 'March 2026',
16+
title: 'KubeCon + CloudNativeCon Europe 2026',
17+
location: 'London, UK',
18+
dateText: 'March 24–26, 2026',
1919
cost: 'Paid',
20-
href: 'https://colocatedeventsna2025.sched.com/',
20+
href: 'https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/',
2121
sessions: [
2222
{
23-
title: 'You Got a Match! LLM Prefix Aware Routing With Kubernetes',
24-
date: 'Mon, Nov 10, 2025',
25-
time: '10:40am11:05am EST',
26-
location: 'Building B | Level 4 | B401-402',
27-
href: 'https://colocatedeventsna2025.sched.com/event/28D0y',
23+
title: 'Route, Serve, Adapt, Repeat: Adaptive Routing for AI Inference Workloads in Kubernetes',
24+
date: 'Wed, Mar 25, 2026',
25+
time: '11:45am12:15pm CET',
26+
location: 'Auditorium',
27+
href: 'https://kccnceu2026.sched.com/event/2CW2C/route-serve-adapt-repeat-adaptive-routing-for-ai-inference-workloads-in-kubernetes-nir-rozenbaum-ibm-kellen-swain-google',
2828
},
2929
{
30-
title: 'KServe Next: Advancing Generative AI Model Serving',
31-
date: 'Mon, Nov 10, 2025',
32-
time: '2:05pm – 2:30pm EST',
33-
href: 'https://colocatedeventsna2025.sched.com/event/28D4J',
34-
},
35-
],
36-
},
37-
{
38-
month: 'November 2025',
39-
title: 'KubeCon + CloudNativeCon North America 2025',
40-
location: 'Atlanta, GA',
41-
dateText: 'Nov 10–13, 2025',
42-
cost: 'Paid',
43-
href: 'https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/',
44-
sessions: [
45-
{
46-
title: 'Best Practices for Leveraging llm-d for Production-Scale Inference',
47-
date: 'Tue, Nov 11, 2025',
48-
time: '2:30pm – 3:00pm EST',
49-
location: 'Building B | Level 5 | Thomas Murphy Ballroom 1',
50-
href: 'https://kccncna2025.sched.com/event/27FWE?iframe=no',
51-
},
52-
{
53-
title: 'Routing Stateful AI Workloads in Kubernetes',
54-
date: 'Tue, Nov 11, 2025',
55-
time: '4:15pm – 4:45pm EST',
56-
location: 'Building B | Level 4 | B401-402',
57-
href: 'https://kccncna2025.sched.com/event/27FX6?iframe=no',
58-
},
59-
{
60-
title: 'llm-d: Multi-Accelerator LLM Inference on Kubernetes',
61-
date: 'Thu, Nov 13, 2025',
62-
time: '2:30pm – 3:00pm EST',
63-
location: 'Building B | Level 4 | B401-402',
64-
href: 'https://kccncna2025.sched.com/event/27Fee?iframe=no',
65-
},
66-
{
67-
title: 'Navigating the Rapid Evolution of Large Model Inference: Where Does Kubernetes Fit?',
68-
date: 'Wed, Nov 12, 2025',
69-
time: '2:15pm – 2:45pm EST',
70-
href: 'https://kccncna2025.sched.com/event/27Nlv?iframe=no',
30+
title: 'Tutorial: KV-Cache Wins You Can Feel: Building AI-Aware LLM Routing on Kubernetes',
31+
date: 'Thu, Mar 26, 2026',
32+
time: '11:00am – 12:15pm CET',
33+
location: 'Elicium Ballroom 1',
34+
href: 'https://kccnceu2026.sched.com/event/2CW5y/tutorial-kv-cache-wins-you-can-feel-building-ai-aware-llm-routing-on-kubernetes-tyler-michael-smith-red-hat-kay-yan-daocloud-danny-harnik-michal-malka-maroon-ayoub-ibm',
7135
},
7236
],
7337
},

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ const config = {
281281
<div class="footer-socials-cta">
282282
<a href="/slack" target="_self" rel="noreferrer noopener" aria-label="Join our Slack">
283283
<span class="button-link">Join our Slack</span>
284-
<img src="/img/new-social/inviter-logo.png" alt="Slack Invite" />
285284
</a>
286285
</div>
287286
</div>

0 commit comments

Comments
 (0)