Skip to content

Kube & Tell - Added on Community page with June Agenda#5774

Open
sanketbakshi1981 wants to merge 5 commits into
Azure:masterfrom
sanketbakshi1981:master
Open

Kube & Tell - Added on Community page with June Agenda#5774
sanketbakshi1981 wants to merge 5 commits into
Azure:masterfrom
sanketbakshi1981:master

Conversation

@sanketbakshi1981
Copy link
Copy Markdown
Contributor

Kube & Tell - Added on Community page with June Agenda

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the webinars page from AKS Community Calls to broader AKS Community Events, adding a Kube & Tell/Architecture Review entry with agenda and calendar assets.

Changes:

  • Adds a new calendar invite for Kube & Tell.
  • Adds a June 2026 agenda markdown file for Architecture Review Hour.
  • Refactors the webinars page to render multiple event cards with updated styling.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 12 comments.

File Description
website/static/webinars/calendar/Kube & Tell _ Real Clusters, Real Conversations.ics Adds the Kube & Tell calendar invite.
website/static/webinars/agenda/architecture-review.md Adds the June agenda content for Architecture Review Hour.
website/src/pages/webinars.tsx Refactors the webinars page to support multiple event types and agendas.
website/src/pages/webinars.module.css Updates layout and styling for side-by-side community event cards.
Comments suppressed due to low confidence (6)

website/src/pages/webinars.tsx:76

  • The Kube & Tell schedule does not match the added calendar invite: the invite starts at 20260611T150000Z, which is 3 PM GMT / 8:30 PM IST, but this line says 4 PM GMT. Users following the page text may join an hour late.
      "8 AM Pacific / 11 AM Eastern / 4 PM GMT / 8:30 PM IST",

website/src/pages/webinars.tsx:78

  • This link disagrees with the join URL embedded in the new calendar invite, which points to https://aka.ms/aks/communitycalls. Users who add the event to their calendar get a different join path than users who select Join Now on the page.
    joinHref: "https://aka.ms/aks/architecture-review/joinnow",

website/static/webinars/calendar/Kube & Tell _ Real Clusters, Real Conversations.ics:20

  • DESCRIPTION is a plain-text iCalendar field, but this content includes HTML entities such as & and  . Calendar clients that use the plain-text description will display those entities literally instead of readable text.
DESCRIPTION:Kube &amp\; Tell is a live\, community-driven podcast for Kuber
 netes practitioners who'd rather show than tell. Expect hands-on walkthrou
 ghs\, deep technical dives\, and candid conversations spanning AKS\, upstr
 eam Kubernetes\, self-hosted clusters\, and the wider cloud-native\n ecosy
 stem.\n\nBest of all\, we record it live. So as the audience\, you can bri
 ng in your questions\, your hot takes\, and your war stories. The mic is o
 pen.\n\n\n\n\nAgenda and Join Link:&nbsp\;https://aka.ms/aks/communitycall

website/static/webinars/calendar/Kube & Tell _ Real Clusters, Real Conversations.ics:21

  • This calendar invite points attendees to the generic community calls URL, while the page's Kube & Tell card uses a different architecture-review/joinnow URL. The two entry points should agree so calendar users don't land in the wrong session.
 pen.\n\n\n\n\nAgenda and Join Link:&nbsp\;https://aka.ms/aks/communitycall
 s

website/static/webinars/calendar/Kube & Tell _ Real Clusters, Real Conversations.ics:13

  • There's an extra space before the colon in the event summary, so calendar clients will display Kube & Tell : Real... instead of the normal Kube & Tell: Real... title.
SUMMARY:Kube & Tell : Real Clusters\, Real Conversations

website/static/webinars/agenda/architecture-review.md:13

  • Large-scale should be hyphenated when it modifies Platform Management. Without the hyphen, the heading reads less clearly.
## Architecture Review: Large Scale Platform Management 

"Roadmap updates, product demos, and open Q&A with the AKS team.",
schedule:
"Every 3rd Wednesday. 8 AM Pacific Time / 11 AM Eastern Time / 3 PM GMT / 8:30 PM IST",
"8 AM Pacific / 11 AM Eastern / 4 PM GMT / 8:30 PM IST",
Comment on lines +116 to +117
// Known upcoming dates: June 11, 2026. After that, assume 2nd Thursday monthly.
function getNextArchitectureReviewDate(): Date {
Comment on lines +338 to +340
const monthlyResult = useMonthlyAgenda(event.agendaMode === "monthly" ? event.agendaBasePath : "");
const staticResult = useStaticAgenda(event.agendaMode === "static" ? event.agendaBasePath : "");
const { month, items, loading } = event.agendaMode === "monthly" ? monthlyResult : staticResult;
</ul>
{item.presenter && (
<span className={styles.agendaItemMeta}>{metaSeparator}{item.presenter}</span>
)}
r>\n</div>\n<div style="font-family:Aptos\,Aptos_EmbeddedFont\,Aptos_MSFon
tService\,Calibri\,Helvetica\,sans-serif\; font-size:11pt\; color:rgb(0\,0
\,0)">\n<br>\n</div>\n</div>\n</div>\n
ORGANIZER;CN=Sanket Bakshi:mailto:Sanket.Bakshi@microsoft.com
Comment on lines +8 to +13
Description: Platform Management at large enterprise

## Introduction
Presenter: Paul Yu, Host

## Architecture Review: Large Scale Platform Management
<Heading as="h1">AKS Community Events</Heading>
<p className={styles.heroSubtitle}>
Monthly public sessions to connect with the AKS product team, learn roadmap updates, and share feature deep dives.
Monthly public sessions with the AKS Product Team.
id: "kube&tell-podcast",
label: "Kube & Tell",
description:
"Live, community-driven podcast for Kubernetes practitioners",
DTSTAMP:20260515T124512Z
DTSTART:20260611T150000Z
DTEND:20260611T160000Z
RECURRENCE-ID:20260611T150000Z
Comment on lines 330 to 331
<div className={styles.heroButtons}>
<Link
className="button button--primary button--sm"
to="https://www.youtube.com/playlist?list=PLc3Ep462vVYu0eMSiORonzj3utqYu285z"
>
Past Recordings
</Link>
<Link
className="button button--outline button--sm"
to="https://github.com/orgs/Azure/projects/685/views/1"
>
Feature Roadmap
</Link>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants