Kube & Tell - Added on Community page with June Agenda#5774
Open
sanketbakshi1981 wants to merge 5 commits into
Open
Kube & Tell - Added on Community page with June Agenda#5774sanketbakshi1981 wants to merge 5 commits into
sanketbakshi1981 wants to merge 5 commits into
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sync 5-13-2026
Contributor
There was a problem hiding this comment.
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
DESCRIPTIONis 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 &\; 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: \;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/joinnowURL. 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: \;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 normalKube & Tell: Real...title.
SUMMARY:Kube & Tell : Real Clusters\, Real Conversations
website/static/webinars/agenda/architecture-review.md:13
Large-scaleshould be hyphenated when it modifiesPlatform 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kube & Tell - Added on Community page with June Agenda