Skip to content

Commit b3c358f

Browse files
Merge branch 'master' into steeper-comp
2 parents 48e4257 + 9ce0cb0 commit b3c358f

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

  • src
    • collections/events/2025/kubecon-na-2025
    • sections/Projects/Project-grid

src/collections/events/2025/kubecon-na-2025/index.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,25 @@ Meshery, an open-source cloud-native manager, addresses this by leveraging human
3838
<Button $secondary title="See Details" $url="https://kccncna2025.sched.com/event/27d5F/project-lightning-talk-beyond-yaml-visualising-kubernetes-ontologies-with-meshery-yash-sharma-maintainer?iframe=no&w=100%&sidebar=yes&bg=no" $external={ true } />
3939
</div>
4040

41+
### Session: "Do You Even Merge?" - Welcome To Maintainers Life, Please Bring Snacks and Boundaries
42+
43+
<p>
44+
Open Source maintainers are often seen as gatekeepers of progress, expected to fix bugs, review PRs, design features, answer questions, and keep the community happy. But behind that façade is often an unexpected reality, especially in high-velocity CNCF projects.
45+
46+
In this talk, we will share what it’s like to maintain a CNCF Graduated project, not just the technical side, but the human side: how we keep the project growing, prioritize responsibly, and how governance structures like SIGs help scale responsibilities. You’ll hear stories, lessons, and hard truths that rarely make it into blog posts.
47+
48+
The more successful a project becomes, the harder it gets to sustain, and that’s something we don’t acknowledge enough. If you’ve ever wondered why your issue didn’t get a response, why a feature was declined, or what “being supportive” really looks like in open source, this talk will help you understand the maintainer’s side and maybe rethink your own role in the ecosystem to support them.
49+
</p>
50+
51+
<div class="flex-row" style="margin-bottom: 2rem;">
52+
<p>
53+
Date: November 12, 2025<br />
54+
Time: 11:00am - 11:30am EST
55+
</p>
56+
57+
<Button $secondary title="See Details" $url="https://kccncna2025.sched.com/event/27FYt" $external={ true } />
58+
</div>
59+
4160
### Session: 🚨 Contribfest: Meshery Contribfest: Dive Deep Into Extending Cloud Native Management
4261

4362
<p>

src/sections/Projects/Project-grid/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ const ProjectPage = () => {
4444
<h5>Sistent</h5>
4545
</div>
4646
</Link>
47-
{/*TODD - The URL needs to be changed */}
48-
<Link to="https://cloud.layer5.io/academy" className="project__card academy">
47+
<Link to="/learn/academy" className="project__card academy">
4948
<div className="project__card-container project__card-container_one">
5049
<img src={academy} alt="Academy" />
5150
<h5>Academy</h5>

0 commit comments

Comments
 (0)