Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions blog/2026-05-05-shipwright-youtube-channel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Shipwright Now Has a YouTube Channel!"
description: "Shipwright has launched a YouTube channel featuring past conference talks and future community content."
date: 2026-05-05T12:00:00-04:00
slug: shipwright-youtube-channel
authors:
- name: Shipwright Contributors
tags: [shipwright, community]
---

We are excited to announce that Shipwright now has an official YouTube channel! You can find us at
[@shipwright-io](https://www.youtube.com/@shipwright-io).

<!-- truncate -->

## Conference Talks Playlist

The channel already has content to explore — we have published a playlist of past conference talks
featuring Shipwright. Whether you want to catch up on a session you missed or revisit a favorite
talk, the playlist is a great place to get started with Shipwright and see how the project has evolved.

Head over to the channel and check out the [conference talks playlist](https://youtube.com/playlist?list=PLhs54DUYA5S9bWGSx7wTwRmc-M4Ofp1g_&si=_HL4vEtKaCzZB8H0) to get started.

## A Home for Community Content

The YouTube channel is more than an archive. In the future, it will serve as the home for official
content from Shipwright community contributors — including demos, tutorials, deep-dives, and
recordings from community meetings.

If you are interested in contributing content to the channel, we'd love to hear from you! Reach out
on the [Shipwright Slack channel](https://kubernetes.slack.com/archives/C019ZRGUEJC) to get
involved.

## Stay Connected

Subscribe to [@shipwright-io on YouTube](https://www.youtube.com/@shipwright-io) so you don't miss
new uploads. And as always, follow us across our community channels:

- **Slack**: [#shipwright](https://kubernetes.slack.com/archives/C019ZRGUEJC) on Kubernetes Slack
- **X**: [@shipwrightio](https://x.com/shipwrightio)
- **GitHub**: [shipwright-io](https://github.com/shipwright-io)
- **Mailing Lists**: [Users](https://lists.cncf.io/g/shipwright-users) | [Dev](https://lists.cncf.io/g/shipwright-dev)
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,11 @@ const config: Config = {
},
{
label: 'X',
href: 'https://x.com/shipwright-io',
href: 'https://x.com/shipwrightio',
},
{
label: 'YouTube',
href: 'https://www.youtube.com/@shipwright-io',
}
],
},
Expand Down
Loading