Compare commits

...
23 Commits
Author SHA1 Message Date
Inaki 6d51a87def Merge pull request #313 from nubenetes/develop
Release v2.3.42
2026-06-03 15:13:24 +02:00
Nubenetes Bot 4ab138942e fix(v2): resolve mobile navigation drawer contrast issues in dark mode and bump version to 2.3.42 2026-06-03 15:12:55 +02:00
Nubenetes Bot db10974e8c docs: automated README metric synchronization [skip ci] 2026-06-03 07:35:59 +00:00
Inaki a431f0420b Merge pull request #312 from nubenetes/develop
release: v2.3.41
2026-06-03 09:35:29 +02:00
Nubenetes Bot 9280cf20a2 docs: fix Agentic Pulse sorting and year rendering for v2.3.41 2026-06-03 09:35:07 +02:00
Nubenetes Bot d060602964 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-03 07:29:05 +00:00
Nubenetes Bot 5d05bb8faf docs: automated README metric synchronization [skip ci] 2026-06-03 07:27:20 +00:00
Inaki 29a9f11d5c Merge pull request #311 from nubenetes/develop
release: v2.3.40
2026-06-03 09:27:00 +02:00
Nubenetes Bot 1058aa3ca8 docs: remove deprecated AWS Quick Start reference for v2.3.40 2026-06-03 09:26:39 +02:00
Nubenetes Bot d502f0cbb3 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-02 20:18:06 +00:00
Nubenetes Bot a555595791 docs: automated README metric synchronization [skip ci] 2026-06-02 20:16:17 +00:00
Inaki 9f38f42fc7 Merge pull request #310 from nubenetes/develop
release: v2.3.39
2026-06-02 22:15:41 +02:00
Nubenetes Bot f8ef8b02bc docs: add ClickHouse YouTube channel and update mosaics for v2.3.39 2026-06-02 22:15:21 +02:00
Nubenetes Bot 630e0b0dbc docs: automated README metric synchronization [skip ci] 2026-06-02 12:51:50 +00:00
Inaki 5bce1d0e13 Merge pull request #309 from nubenetes/develop
release: v2.3.38
2026-06-02 14:51:22 +02:00
Nubenetes Bot 49d1547ffd docs: update README.md and CHANGELOG.md for v2.3.38 2026-06-02 14:51:08 +02:00
Nubenetes Bot a374e57786 docs: automated README metric synchronization [skip ci] 2026-06-02 12:49:17 +00:00
Inaki c92cf4c694 Merge pull request #308 from nubenetes/develop
fix: convert YouTube URLs to embed format for iframe rendering
2026-06-02 14:48:45 +02:00
Nubenetes Bot ed2fb5d2c1 fix: convert YouTube watch URLs to embed format for iframe rendering 2026-06-02 14:48:29 +02:00
Nubenetes Bot 68981a2b5e docs: automated README metric synchronization [skip ci] 2026-06-02 12:45:21 +00:00
Inaki b6bd5e109e Merge pull request #307 from nubenetes/develop
fix: markdown linter errors in video portal
2026-06-02 14:44:54 +02:00
Nubenetes Bot 0ac490529d fix: sanitize video summary bullet points to resolve markdownlint MD037 errors 2026-06-02 14:44:10 +02:00
Nubenetes Bot bfca256b45 docs: automated README metric synchronization [skip ci] 2026-06-02 12:39:03 +00:00
15 changed files with 173 additions and 328 deletions
+29
View File
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [[2.3.42]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.42) - 2026-06-03
### Fixed
- **Mobile Drawer Contrast (V2)**: Resolved contrast issues in the Nubenetes V2 mobile navigation drawer under dark mode (`slate`) by overriding `.md-nav__title`, logo, icons, and `.md-nav__source` background/foreground colors. This ensures readable white text and visible icons on dark backgrounds.
## [[2.3.41]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.41) - 2026-06-03
### Fixed
- **Agentic Pulse Metadata and Sort Logic**: Corrected the V2 optimizer script (`src/v2_optimizer.py`) to query the correct `year` attribute instead of the non-existent `pub_date` when rendering the Agentic Pulse section on the V2 home page, and introduced fallback sorting logic for entries without explicit publication years to ensure chronological precision.
## [[2.3.40]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.40) - 2026-06-03
### Removed
- **Deprecated AWS Quick Start Reference**: Confirmed retirement of the AWS Quick Starts program (replaced globally by AWS Partner Solutions), removed `https://aws.amazon.com/es/quickstart` from the centralized inventory database, and updated the V1 and V2 documentation files to delete the dead references.
## [[2.3.39]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.39) - 2026-06-02
### Added
- **ClickHouse YouTube Channel Integration**: Registered the official ClickHouse YouTube channel in the centralized inventory and regenerated both the V1 and V2 homepage mosaics, sorting ClickHouse under the Observability, Databases & Cloud Storage category in V2.
- **ClickHouse SVG Logo Asset**: Added a color-coded orange SVG logo for ClickHouse to guarantee legibility across light and dark platforms.
## [[2.3.38]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.38) - 2026-06-02
### Added
- **YouTube Embed Iframe Refusal Fix**: Solved the `www.youtube.com refused to connect` error in video iframe players by implementing a parser (`to_embed_url`) in the generator script to dynamically rewrite standard YouTube watch/shortened URLs into the required embed format, fully preserving start-times (`start=...`) and playlist IDs (`list=...`).
### Fixed
- **MD037 Lint Fix (Video Portal)**: Fixed a markdown linter failure in `v2-docs/videos/cloud-native.md` (and other video documents) by converting asterisk-based bullets (`* `) in video summaries to dash-based bullets (`- `). This avoids syntax collision where the linter parses indented asterisk bullets inside blocks as malformed bold/emphasis markers.
## [[2.3.37]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.3.37) - 2026-06-02
### Added
+7 -7
View File
@@ -133,14 +133,14 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T
## 2. Repository Metrics and Evolution
### 2.1. The "Heart" of Nubenetes
(Stats as of 2026-06-02)
(Stats as of 2026-06-03)
<!-- HEART_STATS_START -->
| Metric | Value |
| :--- | :--- |
| **Total Technical Resources (Links)** | **18356+** |
| **Specialized MD Pages** | **162** |
| **Total Commits** | **5721+** |
| **Total Commits** | **5737+** |
| **Primary AI Engine** | **Google Gemini (Agentic)** |
<!-- HEART_STATS_END -->
@@ -178,7 +178,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem.
| 6 | 2023 | 30 | 123 | Maintenance & Refinement |
| 7 | 2024 | 53 | 218 | Curation Strategy Pivot |
| 8 | 2025 | 5 | 20 | Stability & Research Phase |
| 9 | 2026 | 2162 | 8,929 | **Agentic AI Surge** (May 2026 Inception) |
| 9 | 2026 | 2178 | 8,995 | **Agentic AI Surge** (May 2026 Inception) |
<!-- ANNUAL_GROWTH_END -->
<!-- ANNUAL_CHART_START -->
@@ -194,8 +194,8 @@ xychart-beta
title "Nubenetes Annual Growth Metrics (20182026)"
x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"]
y-axis "Volume (Commits / Estimated New Refs)" 0 --> 9000
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8929]
bar [350, 142, 2046, 531, 402, 30, 53, 5, 2162]
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8995]
bar [350, 142, 2046, 531, 402, 30, 53, 5, 2178]
```
<!-- ANNUAL_CHART_END -->
@@ -205,7 +205,7 @@ xychart-beta
| :--- | :---: | :---: | :--- |
| 2026-04 | 25 | 103 | Active Curation |
| 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** |
| 2026-06 | 36 | 148 | Active Curation |
| 2026-06 | 52 | 214 | Active Curation |
<!-- MONTHLY_SURGE_END -->
### 2.4. Content Distribution and Semantic Clustering
@@ -1060,7 +1060,7 @@ To maintain transparency and ease of navigation, all key configuration, database
- **Curator Logic:** [`src/agentic_curator.py`](src/agentic_curator.py) - Primary classification and description engine.
- **V2 Vision Engine:** [`src/v2_optimizer.py`](src/v2_optimizer.py) - Elite portal generation and maturity scoring.
- **Video Hub Enrichment:** [`src/enrich_videos.py`](src/enrich_videos.py) - High-fidelity synthesis using **yt-dlp** and transcripts.
- **Video Portal Logic:** [`src/v2_video_portal.py`](src/v2_video_portal.py) - Categorized layout with **O'Reilly Journey Builder** and multiline rendering fixes.
- **Video Portal Logic:** [`src/v2_video_portal.py`](src/v2_video_portal.py) - Categorized layout with **O'Reilly Journey Builder**, automated watch-to-embed YouTube conversion, and markdownlint-safe bullet formatting.
- **V2 Specialized Agents:**
- **Health Monitor:** [`src/v2_health.py`](src/v2_health.py)
- **Metadata Engine:** [`src/v2_metadata.py`](src/v2_metadata.py)
+18 -28
View File
@@ -16369,34 +16369,6 @@ https://aws.amazon.com/es/premiumsupport/knowledge-center/troubleshoot-service-q
- docs/aws-miscellaneous.md
year: N/A
addition_method: manual
https://aws.amazon.com/es/quickstart:
ai_summary: AWS-validated CloudFormation templates and deployment guides structured
to stand up complex multi-tier enterprise workloads rapidly. Grounding reveals
that while many are migrating to Partner Solutions, this archive is a high-density
resource for building compliant infrastructure.
complexity: Advanced
content_hash: c4b14fbaced5d13372b8666be9bfe16ab7954c8f60b8a55f71ae067971ad1460
description: ''
health_score: 100.0
hierarchy:
- Cloud Architecture
- AWS Architectures
- Reference Architectures
is_microservice: true
language: Spanish
last_checked: 1779032820.169322
resource_type: Documentation
stars: 4
status: online
tags:
- '[ENTERPRISE-STABLE]'
title: AWS Quick Start Reference Deployments
v1_locations:
- docs/aws-architecture.md
v2_locations:
- aws-architecture.md
year: '2023'
addition_method: manual
https://aws.amazon.com/es/training/ramp-up-guides:
content_hash: 08c9e28d5bdf2e68d3dd77b5c5264a2b489cd8c63862d95a915dac73bfce2229
description: ''
@@ -298183,6 +298155,24 @@ https://www.youtube.com/@ByteByteGo:
order_v1: 114
order_v2: 36
addition_method: manual
https://www.youtube.com/@ClickHouseDB:
content_hash: ''
description: Official YouTube channel for ClickHouse, the open-source column-oriented
database management system.
health_score: 100.0
last_checked: 0.0
status: online
title: ClickHouse
v1_locations:
- docs/index.md
v2_locations:
- index.md
youtube_mosaic:
category: observability_databases_storage
image: images/clickhouse_logo.svg
order_v1: 134
order_v2: 20
addition_method: manual
https://www.youtube.com/@CloudNativeMadrid:
description: YouTube channel for CloudNativeMadrid
status: online
-1
View File
@@ -37,7 +37,6 @@
- [AWS Architecture Blog](https://aws.amazon.com/blogs/architecture)
- [AWS Official Blog](http://blogs.aws.amazon.com)
- [AWS Labs GitHub](https://github.com/awslabs)
- [AWS Quick Start Reference Deployments](http://aws.amazon.com/es/quickstart)
- [InfoWorld Review Amazon Aurora Rocks MySQL](https://aws.amazon.com/blogs/aws/infoworld-review-amazon-aurora-rocks-mysql)
- [AWS Cost Explorer Update Access to EC2 Usage Data](https://aws.amazon.com/blogs/aws/aws-cost-explorer-update-access-to-ec2-usage-data)
+1
View File
@@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ClickHouse</title><path fill="#FC801D" d="M21.333 10H24v4h-2.667ZM16 1.335h2.667v21.33H16Zm-5.333 0h2.666v21.33h-2.666ZM0 22.665V1.335h2.667v21.33zm5.333-21.33H8v21.33H5.333Z"/></svg>

After

Width:  |  Height:  |  Size: 261 B

+1 -1
View File
@@ -352,7 +352,7 @@ A curated list of awesome references collected since 2018. Microservices archite
[![ContinuousDeliveryFoundation](images/ContinuousDeliveryFoundation.jpg){: style="width:7%"}](https://www.youtube.com/c/ContinuousDeliveryFoundation) [![tina huang](images/tinahuang.jpg){: style="width:7%"}](https://www.youtube.com/c/TinaHuang1) [![azure devops](images/azure_devops_youtube.jpg){: style="width:7%"}](https://www.youtube.com/c/AzureDevOps) [![azure cloud native](images/azure_cloud_native.jpg){: style="width:7%"}](https://www.youtube.com/channel/UC2Pk9GcHhlVV0R9CQIU6gLw) [![alibaba cloud](images/alibaba_cloud.jpg){: style="width:7%"}](https://www.youtube.com/c/AlibabaCloud) [![linode cloud](images/linode_cloud.jpg){: style="width:7%"}](https://www.youtube.com/c/linode) [![gaia-x](images/gaia_x.jpg){: style="width:7%"}](https://www.youtube.com/channel/UCB5WMc2FfrxKzfd7XIODoMw) [![gps](images/gps.jpg){: style="width:7%"}](https://www.youtube.com/c/MadeByGPS) [![keptn](images/keptn_logo.jpg){: style="width:7%"}](https://www.youtube.com/c/keptn) [![anais urlichs](images/anais_urlichs.jpg){: style="width:7%"}](https://www.youtube.com/c/AnaisUrlichs) [![the digital life](images/the_digital_life.jpg){: style="width:7%"}](https://www.youtube.com/c/TheDigitalLifeTech)<br/>
[![Azure Terraformer](images/azure-terraformer.jpg){: style="width:7%"}](https://www.youtube.com/@azure-terraformer) [![Ned in the Cloud](images/nedinthecloud.jpg){: style="width:7%"}](https://www.youtube.com/@NedintheCloud) [![netbox](images/netboxlabs_logo.jpg){: style="width:7%"}](https://www.youtube.com/@NetBoxLabs) [![Tech with Helen](images/techwithhelen.jpg){: style="width:7%"}](https://www.youtube.com/@techwithhelen) [![bytebytego](images/bytebytego.jpg){: style="width:7%"}](https://www.youtube.com/@ByteByteGo) [![dotcsv](images/dotcsv.jpg){: style="width:7%"}](https://www.youtube.com/@DotCSV) [![midulive](images/midulive.jpg){: style="width:7%"}](https://www.youtube.com/@midulive) [![returngis](images/returngis_logo.jpg){: style="width:7%"}](https://www.youtube.com/@returngis) [![kubefm](images/kubefm_logo.jpg){: style="width:7%"}](https://www.youtube.com/@kubefm) [![Olena Kutsenko](images/olena_kutsenko.jpg){: style="width:7%"}](https://www.youtube.com/@OlenaKutsenko) [![mouredev](images/mouredev.jpg){: style="width:7%"}](https://www.youtube.com/@mouredev)<br/>
[![CloudNativeMadrid](images/cloudnativemadrid_logo.jpg){: style="width:7%"}](https://www.youtube.com/@CloudNativeMadrid) [![kyndryl](images/kyndryl_logo.jpg){: style="width:7%"}](https://www.youtube.com/@kyndryl) [![itopstalk](images/itopstalk_logo.png){: style="width:7%"}](https://www.youtube.com/@ITOpsTalk) [![gcp videos new](images/gcp_logo_v2.png){: style="width:7%"}](https://www.youtube.com/@googlecloudtech) [![Google Gemini](images/google_gemini_logo.png){: style="width:7%"}](https://www.youtube.com/@GoogleGemini) [![Google DeepMind](images/google_deepmind_logo.png){: style="width:7%"}](https://www.youtube.com/@googledeepmind) [![Anthropic](images/anthropic_logo.png){: style="width:7%"}](https://www.youtube.com/@anthropic-ai) [![Microsoft Copilot](images/microsoft_copilot_logo.png){: style="width:7%"}](https://www.youtube.com/@Microsoft.Copilot) [![OpenAI](images/openai_logo.png){: style="width:7%"}](https://www.youtube.com/OpenAI) [![Meta AI](images/meta_ai_logo.png){: style="width:7%"}](https://www.youtube.com/@aiatmeta) [![Microsoft Reactor](images/microsoft_reactor_logo.png){: style="width:7%"}](https://www.youtube.com/@MicrosoftReactor)<br/>
[![Playwright](images/playwright_logo.png){: style="width:7%"}](https://www.youtube.com/@Playwrightdev) [![Arsys](images/arsys_logo.svg){: style="width:7%"}](https://www.youtube.com/@arsys)
[![Playwright](images/playwright_logo.png){: style="width:7%"}](https://www.youtube.com/@Playwrightdev) [![Arsys](images/arsys_logo.svg){: style="width:7%"}](https://www.youtube.com/@arsys) [![ClickHouse](images/clickhouse_logo.svg){: style="width:7%"}](https://www.youtube.com/@ClickHouseDB)
</center>
+27
View File
@@ -136,6 +136,33 @@ a {
text-shadow: 0 0 8px rgba(6, 182, 212, 0.4);
}
/* Fix mobile navigation drawer header and repository section contrast in dark mode */
@media screen and (max-width: 76.1875em) {
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__title {
background-color: #18181b !important; /* Solid Zinc 900 for dark mode */
color: #ffffff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-logo svg,
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-logo img {
fill: #ffffff !important;
}
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-icon {
color: #ffffff !important;
}
[data-md-color-scheme="slate"] .md-nav__source {
background-color: #0f0f11 !important; /* Solid Zinc 950 / dark background */
border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
[data-md-color-scheme="slate"] .md-source {
color: #ffffff !important;
}
}
/* Elegant Table Rows (Audit Matrix) */
.md-typeset table tr {
transition: background-color 0.2s ease-in-out, transform 0.2s ease;
+2 -2
View File
@@ -724,8 +724,8 @@ class V2VisionEngine:
async def _write_premium_files(self, data: Dict[str, Dict], mosaic_html: str, videos_html: str):
# 1. Update Index with Pulse
trending_pool = sorted([dict(meta, url=url) for url, meta in self.inventory.items() if isinstance(meta, dict) and meta.get("stars", 0) >= 4], key=lambda x: (x.get("pub_date", "0000"), -x.get("stars", 0)), reverse=True)
pulse_md = "## The Agentic Pulse\n" + "\n".join([f"- **({l.get('pub_date', 'N/A')[:10]})** [**=={nuclear_strip(l['title'])}==**]({l['url'].strip()}) {'🌟'*l.get('stars',3)}" for l in trending_pool[:5]])
trending_pool = sorted([dict(meta, url=url) for url, meta in self.inventory.items() if isinstance(meta, dict) and meta.get("stars", 0) >= 4], key=lambda x: (str(x.get("year", "0000")) if str(x.get("year", "")).isdigit() else "0000", -x.get("stars", 0)), reverse=True)
pulse_md = "## The Agentic Pulse\n" + "\n".join([f"- **({l.get('year', 'N/A')})** [**=={nuclear_strip(l['title'])}==**]({l['url'].strip()}) {'🌟'*l.get('stars',3)}" for l in trending_pool[:5]])
# Calculate coverage for the index
total_v1 = len(self.inventory)
+57 -1
View File
@@ -5,6 +5,56 @@ import re
INVENTORY_PATH = "data/inventory.yaml"
VIDEOS_DIR = "v2-docs/videos"
def to_embed_url(url):
if not url:
return ""
# If playlist
if "playlist?list=" in url:
match = re.search(r"[?&]list=([^&#]+)", url)
if match:
return f"https://www.youtube.com/embed/videoseries?list={match.group(1)}"
return url
video_id = None
if "youtu.be/" in url:
match = re.search(r"youtu\.be/([^?&#]+)", url)
if match:
video_id = match.group(1)
elif "embed/" in url:
return url
else:
match = re.search(r"[?&]v=([^&#]+)", url)
if match:
video_id = match.group(1)
if video_id:
list_match = re.search(r"[?&]list=([^&#]+)", url)
t_match = re.search(r"[?&]t=([^&#]+)", url)
params = []
if list_match:
params.append(f"list={list_match.group(1)}")
if t_match:
t_val = t_match.group(1)
seconds = 0
time_matches = re.findall(r"(\d+)(h|m|s)?", t_val)
if time_matches:
for val, unit in time_matches:
val_int = int(val)
if unit == "h":
seconds += val_int * 3600
elif unit == "m":
seconds += val_int * 60
else:
seconds += val_int
params.append(f"start={seconds}")
elif t_val.isdigit():
params.append(f"start={t_val}")
query_string = f"?{f'&'.join(params)}" if params else ""
return f"https://www.youtube.com/embed/{video_id}{query_string}"
return url
def get_target_file(category, technology):
cat_lower = category.lower()
tech_lower = technology.lower()
@@ -29,7 +79,7 @@ def generate_v2_videos():
for url, entry in inventory.items():
if entry.get("is_featured_video"):
featured_videos.append({
"url": url,
"url": to_embed_url(url),
"title": entry.get("title", "YouTube Video"),
"category": entry.get("category", "General"),
"technology": entry.get("technology", "Cloud Native"),
@@ -123,6 +173,12 @@ def generate_v2_videos():
for v in grouped_by_tech[tech]:
summary = v.get("summary", "").strip()
# Replace bullet points starting with '* ' with '- ' to avoid markdownlint MD037 errors
lines_sum = []
for line in summary.splitlines():
line = re.sub(r'^(\s*)\*\s+', r'\1- ', line)
lines_sum.append(line)
summary = "\n".join(lines_sum)
indented_summary = summary.replace("\n", "\n ")
is_sp = is_spanish(v['title'], summary)
lang_suffix = " [SPANISH CONTENT]" if is_sp else ""
-3
View File
@@ -33,9 +33,6 @@
#### Open Source
- [AWS Labs GitHub](https://github.com/awslabs) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> <span class='md-tag md-tag--warning'>[EMERGING]</span> — AWS's central laboratory incubator on GitHub housing thousands of reference architectures, automation scripts, and experimental SDKs. Grounding validates this organization as a primary resource for cloud-native engineering patterns.
#### Reference Architectures
- **(2023)** [**AWS Quick Start Reference Deployments**](http://aws.amazon.com/es/quickstart) <span class='md-tag md-tag--warning'>[SPANISH CONTENT]</span> <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> 🌟🌟🌟🌟 <span class='md-tag md-tag--info'>[ENTERPRISE-STABLE]</span> — AWS-validated CloudFormation templates and deployment guides structured to stand up complex multi-tier enterprise workloads rapidly. Grounding reveals that while many are migrating to Partner Solutions, this archive is a high-density resource for building compliant infrastructure.
### AWS FinOps
#### Cost Management
+7 -7
View File
@@ -64,7 +64,7 @@
**Current Inventory Coverage:**
- **V1 Base Inventory**: 18356 total resources analyzed.
- **V2 Elite Selection**: 14189 candidates identified (77.3% density ratio).
- **AI Enrichment Coverage**: 2853 / 14189 (20.11%)
- **AI Enrichment Coverage**: 2852 / 14189 (20.1%)
- **GitHub Metadata Coverage**: 1451 / 1763 (82.3%) - *Critical for Maturity Tagging*
- **Status**: The system is incrementally processing pending resources to complete the knowledge graph.
@@ -96,7 +96,7 @@
<div markdown="1" style="border: 1px solid #ec4899; border-radius: 8px; padding: 10px; margin: 8px 0; background: rgba(255, 255, 255, 0.01);" title="Observability, Databases & Cloud Storage">
[![prometheus videos](images/prometheus_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/PrometheusIo) [![grafana videos](images/grafana_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Grafana) [![istio videos](images/istio_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Istio) [![elastic videos](images/elasticsearch_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Elastic) [![dynatrace videos](images/dynatrace_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/dynatrace) [![appdynamics videos](images/appdynamics_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/appdynamics) [![newrelic videos](images/newrelic_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/NewRelicInc) [![tigera calico](images/tigera_calico_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw) [![weavecloud](images/weavecloud_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/WeaveWorksInc) [![crunchydata](images/crunchydata_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/CrunchyDataPostgres) [![liquibase video](images/liquibase_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w) [![cockroachdb](images/cockroachdb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/cockroachdb) [![mongodb](images/mongodb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/MongoDBofficial) [![redis](images/redis_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Redisinc) [![confluent video](images/confluent_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Confluent) [![kubemq video](images/kubemq_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA) [![openebs](images/openebs_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g) [![storageos](images/storageos_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w) [![robin](images/robin_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w) [![portworx](images/portworx_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Portworx)
[![prometheus videos](images/prometheus_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/PrometheusIo) [![grafana videos](images/grafana_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Grafana) [![istio videos](images/istio_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Istio) [![elastic videos](images/elasticsearch_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Elastic) [![dynatrace videos](images/dynatrace_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/dynatrace) [![appdynamics videos](images/appdynamics_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/appdynamics) [![newrelic videos](images/newrelic_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/NewRelicInc) [![tigera calico](images/tigera_calico_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw) [![weavecloud](images/weavecloud_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/WeaveWorksInc) [![crunchydata](images/crunchydata_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/CrunchyDataPostgres) [![liquibase video](images/liquibase_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC5qMsRjObu685rTBq0PJX8w) [![cockroachdb](images/cockroachdb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/cockroachdb) [![mongodb](images/mongodb_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/MongoDBofficial) [![redis](images/redis_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Redisinc) [![confluent video](images/confluent_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Confluent) [![kubemq video](images/kubemq_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA) [![openebs](images/openebs_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g) [![storageos](images/storageos_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w) [![robin](images/robin_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w) [![portworx](images/portworx_logo.jpg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/c/Portworx) [![ClickHouse](images/clickhouse_logo.svg){: style="width:48px; height:48px; object-fit:contain; margin:6px;" .channel-logo}](https://www.youtube.com/@ClickHouseDB)
</div>
@@ -114,11 +114,11 @@
</center>
## The Agentic Pulse
- **(N/A)** [**==Think Python==**](https://allendowney.github.io/ThinkPython) 🌟🌟🌟🌟
- **(N/A)** [**==Angry IP Scanner (or simply ipscan)==**](https://angryip.org) 🌟🌟🌟🌟
- **(N/A)** [**==Whitepaper: Migrating Your Databases to AWS==**](https://aws.amazon.com/dms/?audit=2019q1) 🌟🌟🌟🌟
- **(N/A)** [**==AWS Quick Start Reference Deployments==**](https://aws.amazon.com/es/quickstart) 🌟🌟🌟🌟
- **(N/A)** [**==blog.awsfundamentals.com: AWS S3 Sync - An Extensive Guide==**](https://awsfundamentals.com/blog/aws-s3-sync) 🌟🌟🌟🌟
- **(2026)** [**==Angry IP Scanner (or simply ipscan)==**](https://angryip.org) 🌟🌟🌟🌟
- **(2026)** [**==Zeebe workflow engine==**](https://camunda.com/platform/zeebe) 🌟🌟🌟🌟
- **(2026)** [**==**Microk8s**==**](https://canonical.com/microk8s) 🌟🌟🌟🌟
- **(2026)** [**==copr.fedorainfracloud.org==**](https://copr.fedorainfracloud.org/coprs) 🌟🌟🌟🌟
- **(2026)** [**==Tutorial: Restoring a DB Instance from a DB Snapshot==**](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Tutorials.RestoringFromSnapshot.html) 🌟🌟🌟🌟
## Strategic Dimensions
- **[🎥 Agentic Video Hub (Architectural Summary)](./videos/index.md)**
+13 -13
View File
@@ -126,7 +126,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=QtXBAz6TU2g&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=4&pp=iAQB" title="Agent-first workflows from prompt to production" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/QtXBAz6TU2g?list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz" title="Agent-first workflows from prompt to production" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -136,7 +136,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLOU2XLYxmsIJp39MsvkeWYYNwMso-HeNT" title="Cloud at Google I/O 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/videoseries?list=PLOU2XLYxmsIJp39MsvkeWYYNwMso-HeNT" title="Cloud at Google I/O 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -146,7 +146,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLA6Ht2dJt3SId7vE9P5mppWdj65_l6hl7" title="Model Context Protocol (MCP) and AI Agents in DevOps" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/videoseries?list=PLA6Ht2dJt3SId7vE9P5mppWdj65_l6hl7" title="Model Context Protocol (MCP) and AI Agents in DevOps" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -158,7 +158,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=iyc69njNYOw&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=9&pp=iAQB" title="What's new in Android development tools" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/iyc69njNYOw?list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz" title="What's new in Android development tools" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -170,7 +170,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLOU2XLYxmsIJuxYe1znksQlhLJ4w8GKCu" title="Dialogues at Google I/O 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/videoseries?list=PLOU2XLYxmsIJuxYe1znksQlhLJ4w8GKCu" title="Dialogues at Google I/O 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -182,7 +182,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=ppMWxjsmk2k&linkId=61897585" title="ComfyUI + Google Models: A Creator-Friendly Agent Workflow" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/ppMWxjsmk2k" title="ComfyUI + Google Models: A Creator-Friendly Agent Workflow" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -192,7 +192,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=bH2nP-aCFjk&feature=youtu.be" title="Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/bH2nP-aCFjk" title="Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -202,7 +202,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=SSe1VmVrtw0&feature=youtu.be" title="What's new in Google AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/SSe1VmVrtw0" title="What's new in Google AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -214,7 +214,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=BtgZLw8hYiU&feature=youtu.be" title="Your AI Agent Has No Identity, Here's Why That's Dangerous" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/BtgZLw8hYiU" title="Your AI Agent Has No Identity, Here's Why That's Dangerous" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -226,7 +226,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=DjBBV7oZxm8" title="A Hacker's Guide to Language Models" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/DjBBV7oZxm8" title="A Hacker's Guide to Language Models" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -238,7 +238,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=aqmpZocmR8o&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=3&pp=iAQB" title="Developer Keynote (Google I/O '24)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/aqmpZocmR8o?list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz" title="Developer Keynote (Google I/O '24)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -250,7 +250,7 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLLasX02E8BPBCP7KdYsjKKFFQUmNEUmE9" title="The Shift Podcast by Microsoft Azure—Agentic Edition" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/videoseries?list=PLLasX02E8BPBCP7KdYsjKKFFQUmNEUmE9" title="The Shift Podcast by Microsoft Azure—Agentic Edition" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -262,6 +262,6 @@ Welcome to the **AI Agents and MCP** section of the V2 Video Hub. Explore curate
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=sig3n7XyaaA&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=2" title="What's new in Android" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/sig3n7XyaaA?list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz" title="What's new in Android" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
-254
View File
@@ -20,7 +20,6 @@ Welcome to the **Cloud Native Core** section of the V2 Video Hub. Explore curate
14. [Azure Verified Modules AVM](#azure-verified-modules-avm)
15. [OpenShift](#openshift)
16. [VS Code](#vs-code)
17. [Cloud Native](#cloud-native)
## Kubernetes
@@ -233,256 +232,3 @@ Welcome to the **Cloud Native Core** section of the V2 Video Hub. Explore curate
<iframe width="720" height="405" src="https://www.youtube.com/embed/niuJpAKyb7c" title="Remote VS Code with Dev Tunnels: access the editor from your browser" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
## Cloud Native
??? note "🎬 Agent-first workflows from prompt to production"
!!! info "Architectural Summary"
A deep dive into the operationalization of AI agents and agentic application lifecycles on Google Cloud. Focuses on orchestrating multi-agent systems, integrating Model Context Protocol (MCP) standards, and automating secure CI/CD pipelines directly from developer environments to managed serverless backends.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=QtXBAz6TU2g&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=4&pp=iAQB" title="Agent-first workflows from prompt to production" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 What's new in Android development tools"
!!! info "Architectural Summary"
A deep dive into the 2026 features of Android Studio and its accompanying tool suite. Focuses on native AI diagnostics, code refactoring optimizations, layout rendering acceleration, and debugging frameworks aimed at building resilient applications targetting Android 17.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=iyc69njNYOw&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=9&pp=iAQB" title="What's new in Android development tools" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Google I/O 2026: Dialogues"
!!! info "Architectural Summary"
A highly strategic collection of panels from Google I/O 2026 focused on industrial technology shifts. Covers critical conversations with scientific leaders, including DeepMind and Boston Dynamics executives, analyzing the crossover between quantum computing, physical embodiment robotics, and proactive multi-agent orchestration. Essential viewing for enterprise architects assessing the trajectory of next-generation physical and logical agentic applications.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLOU2XLYxmsIJuxYe1znksQlhLJ4w8GKCu" title="Google I/O 2026: Dialogues" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 AI at Google I/O 2026"
!!! info "Architectural Summary"
An elite collection of developer technical sessions from Google I/O 2026. Delves deep into the architectural implementations of Google Antigravity 2.0, multi-agent frameworks, on-device AI deployments using Gemma 4, and developer-centric orchestration layers. Provides practical engineering blueprints for cloud and mobile platform engineers building autonomous, secure, and resilient agentic workflows.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLOU2XLYxmsIJp39MsvkeWYYNwMso-HeNT" title="AI at Google I/O 2026" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Integrating ComfyUI & Avid: Google AI's Big Move"
!!! info "Architectural Summary"
An expert architectural discussion detailing the integration of Google Cloud's generative AI frameworks with professional media editors like Avid Media Composer and ComfyUI. Demonstrates how multimodal search APIs powered by Gemini automate indexing, while generative models streamline localized edits. Illustrates a paradigm shift toward production-scale agentic video editing, reducing technical friction within traditional filmmaking toolchains.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=ppMWxjsmk2k&linkId=61897585" title="Integrating ComfyUI & Avid: Google AI's Big Move" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Integrating ComfyUI & Avid: Google AI's Big Move"
!!! info "Architectural Summary"
An expert architectural discussion detailing the integration of Google Cloud's generative AI frameworks with professional media editors like Avid Media Composer and ComfyUI. Demonstrates how multimodal search APIs powered by Gemini automate indexing, while generative models streamline localized edits. Illustrates a paradigm shift toward production-scale agentic video editing, reducing technical friction within traditional filmmaking toolchains.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=BtgZLw8hYiU&feature=youtu.be" title="Integrating ComfyUI & Avid: Google AI's Big Move" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation"
!!! info "Architectural Summary"
* **Curator Insight:** Ensuring clean code review, architectural cohesion, and governance across thousands of global developers is fundamental to the long-term sustainability of the CNCF core.
* **Live Grounding (MCP):** The April 2026 orientation walk-through presents SIG architectures, environment installation steps, coding standards, and repository PR policies, establishing a standard learning curve for platform engineers.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=DjBBV7oZxm8" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation"
!!! info "Architectural Summary"
* **Curator Insight:** Ensuring clean code review, architectural cohesion, and governance across thousands of global developers is fundamental to the long-term sustainability of the CNCF core.
* **Live Grounding (MCP):** The April 2026 orientation walk-through presents SIG architectures, environment installation steps, coding standards, and repository PR policies, establishing a standard learning curve for platform engineers.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=aqmpZocmR8o&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=3&pp=iAQB" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 The Shift Podcast by Microsoft Azure—Agentic Edition"
!!! info "Architectural Summary"
An authoritative, engineering-focused video podcast playlist from Microsoft Azure that deep-dives into the architecture of agentic systems. Across several unscripted episodes, industry leads and Core AI research scientists explore multi-agent orchestration, context engineering vs. RAG, the evolution of relational and open-source databases (Postgres) to support context retrieval, and the role of unified data fabrics like Microsoft OneLake. It serves as an essential architectural design guide for software engineers and systems architects building context-aware, autonomous enterprise workloads.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLLasX02E8BPBCP7KdYsjKKFFQUmNEUmE9" title="The Shift Podcast by Microsoft Azure—Agentic Edition" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2026-02-17"
!!! info "Architectural Summary"
Curator Insight: Structured community onboarding plays a vital role in sustaining core open-source infrastructure velocity.
Live Grounding: This SIG Contributor Experience recording guides developers through the CNCF ecosystem, detailing SIG structures, GitHub PR triaging via Prow bot commands, and the technical requirements for official Kubernetes org membership.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=F3al0HP0MNo" title="Kubernetes New Contributor Orientation for 2026-02-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2026-03-17"
!!! info "Architectural Summary"
Curator Insight: Standardized onboarding tutorials are indispensable for reducing the barrier of entry into massive microservice orchestration codebases.
Live Grounding: This community briefing walks new contributors through the Kubernetes architecture, mentoring programs, the SIG CLI subset, and operational steps for setting up local test beds and submitting code.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=gkcZEXqkmZM" title="Kubernetes New Contributor Orientation for 2026-03-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2026-04-21"
!!! info "Architectural Summary"
Curator Insight: Target-specific SIG orientations are highly valuable for engineers developing specialized client tooling or control plane extensions.
Live Grounding: This April 2026 recording explicitly zeroes in on SIG CLI and kubectl architectures, walking contributors through local build pipelines, command validation, and the technical lifecycle of CLI contributions.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=B_8vYxurU4k" title="Kubernetes New Contributor Orientation for 2026-04-21" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2026-03-17"
!!! info "Architectural Summary"
Curator Insight: Sustaining massive open-source systems like Kubernetes relies on structured mentoring and clear contribution pathways.
Live Grounding: This official session recorded in March 2026 provides a guided overview of the community governance under the SIG ContribEx mentoring subproject.
Technical Relevance:
- Demystifies the roles of special interest groups (SIGs) and working groups in core development.
- Educates cloud-native engineers on contribution guidelines, code review, and pull request mechanics.
- Offers direct community onboarding without hands-on coding requirements to prioritize structural understanding.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=Frje5KfNrxE" title="Kubernetes New Contributor Orientation for 2026-03-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19"
!!! info "Architectural Summary"
**Curator Insight:** This episode deconstructs the shift in image generation architectures from early pixel-diffusion to highly coherent multi-modal reasoning models.
**Live Grounding:** Product and research leads at OpenAI detail ChatGPT's Images 2.0 capabilities, demonstrating breakthroughs in spatial photorealism, multilingual typography rendering, and high-fidelity aspect ratio adaptability.
* **Architectural Significance:** Provides critical engineering context on how model training breakthroughs enhance character and scene consistency across iterative generative pipelines.
* **Key Features Covered:** Real-time prompt evaluation, multilingual world knowledge injection, and the integration of image generators with agentic coding environments.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=bH2nP-aCFjk&feature=youtu.be" title="Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19"
!!! info "Architectural Summary"
**Curator Insight:** This episode deconstructs the shift in image generation architectures from early pixel-diffusion to highly coherent multi-modal reasoning models.
**Live Grounding:** Product and research leads at OpenAI detail ChatGPT's Images 2.0 capabilities, demonstrating breakthroughs in spatial photorealism, multilingual typography rendering, and high-fidelity aspect ratio adaptability.
* **Architectural Significance:** Provides critical engineering context on how model training breakthroughs enhance character and scene consistency across iterative generative pipelines.
* **Key Features Covered:** Real-time prompt evaluation, multilingual world knowledge injection, and the integration of image generators with agentic coding environments.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=sig3n7XyaaA&list=PLOU2XLYxmsIKL_eEgkKJWDRhYUEvS9eYz&index=2" title="Inside image generations Renaissance moment — the OpenAI Podcast Ep. 19" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-08-19"
!!! info "Architectural Summary"
An official onboarding session for aspiring Kubernetes project contributors, detailing the governance framework of the CNCF ecosystem. Explains the structural organization across Special Interest Groups (SIGs) and Working Groups, org membership criteria, and GitHub automation tools like Probot. Ideal for software engineers and site reliability engineers looking to contribute to upstream Kubernetes repositories.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=V3Sq0Fgy3ds" title="Kubernetes New Contributor Orientation for 2025-08-19" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-08-19 (Alternative Link)"
!!! info "Architectural Summary"
Alternative upload or session recording of the Kubernetes 2025 contributor orientation. Outlines the CNCF governance models, organization of Special Interest Groups (SIGs), and GitHub-driven developer workflows utilizing tools like Probot. Provides key foundational insights for engineers aiming to secure organizational membership and contribute code to upstream repositories.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=3B41u33BS2E" title="Kubernetes New Contributor Orientation for 2025-08-19 (Alternative Link)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-07-15"
!!! info "Architectural Summary"
An official video recording of the Kubernetes New Contributor Orientation, managed by the CNCF. It outlines upstream development workflows, Special Interest Group (SIG) engagement models, and the testing/CI pipelines (Prow) necessary for successfully contributing code and documentation to the Kubernetes repository.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=l2HpdgRFtN0" title="Kubernetes New Contributor Orientation for 2025-07-15" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-09-16"
!!! info "Architectural Summary"
This video records the official monthly onboarding session organized by SIG-ContribEx for aspiring Kubernetes project developers. It breaks down the vast governance structure of the CNCF ecosystem, outlining the roles of Special Interest Groups (SIGs), the mailing lists, and how to navigate core repositories like kubernetes/community and kubernetes/enhancements. It serves as an essential stepping stone for engineers looking to actively participate in upstream cloud-native development.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=36aGHlsxlow" title="Kubernetes New Contributor Orientation for 2025-09-16" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-08-18"
!!! info "Architectural Summary"
An official community onboarding video detailing the core processes of contributing to the Kubernetes codebase and ecosystem. It outlines the logical SIG structure, repository layouts, contribution workflows, and development workflows (such as Prow). This recording acts as a practical handbook for cloud engineers intending to navigate CNCF governance models.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=XAOqUU5Xh1c" title="Kubernetes New Contributor Orientation for 2025-08-18" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation for 2025-09-16"
!!! info "Architectural Summary"
The September 2025 edition of the official Kubernetes contributor orientation. This session focuses on guiding engineers through repository structures, the Slack channels, mailing lists, and governance mechanisms. Essential guidance for individuals aiming to commit upstream code, join SIGs, or collaborate on documentation within CNCF frameworks.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=J7R-T9Y1x3Y" title="Kubernetes New Contributor Orientation for 2025-09-16" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 Kubernetes New Contributor Orientation Playlist"
!!! info "Architectural Summary"
This official, continuously updated YouTube playlist collects previous orientation sessions for new Kubernetes contributors. Organized by the Kubernetes Contributor Experience group, the videos outline technical governance structures, toolsets, and workflow patterns. It serves as an authoritative learning pathway for organizations deploying and contributing to upstream Kubernetes projects.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/playlist?list=PLA6Ht2dJt3SId7vE9P5mppWdj65_l6hl7" title="Kubernetes New Contributor Orientation Playlist" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
??? note "🎬 What is New in Google AI"
!!! info "Architectural Summary"
Recorded at Google I/O 2026, Google developer advocates and product leads present a comprehensive overview of the company's end-to-end AI stack. The session details advanced multimodal capabilities, media generation models, and robotics integration, while explaining how to leverage Google's infrastructure for agent development, vibe-coding workflows, and open-source model tuning and serving.
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=SSe1VmVrtw0&feature=youtu.be" title="What is New in Google AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
+10 -10
View File
@@ -36,7 +36,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=F3al0HP0MNo" title="Kubernetes New Contributor Orientation for 2026-02-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/F3al0HP0MNo" title="Kubernetes New Contributor Orientation for 2026-02-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -46,7 +46,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=gkcZEXqkmZM" title="Kubernetes New Contributor Orientation for 2026-03-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/gkcZEXqkmZM" title="Kubernetes New Contributor Orientation for 2026-03-17" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -56,7 +56,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=B_8vYxurU4k" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/B_8vYxurU4k" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -66,7 +66,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=Frje5KfNrxE" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/Frje5KfNrxE" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -76,7 +76,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=V3Sq0Fgy3ds" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/V3Sq0Fgy3ds" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -86,7 +86,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=3B41u33BS2E" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/3B41u33BS2E" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -96,7 +96,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=l2HpdgRFtN0" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/l2HpdgRFtN0" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -106,7 +106,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=36aGHlsxlow" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/36aGHlsxlow" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -116,7 +116,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=XAOqUU5Xh1c" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/XAOqUU5Xh1c" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
@@ -126,7 +126,7 @@ Welcome to the **Fundamentals** section of the V2 Video Hub. Explore curated hig
<center markdown="1">
<iframe width="720" height="405" src="https://www.youtube.com/watch?v=J7R-T9Y1x3Y" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
<iframe width="720" height="405" src="https://www.youtube.com/embed/J7R-T9Y1x3Y" title="Kubernetes New Contributor Orientation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen loading="lazy" style="border: 1px solid var(--md-typeset-table-color); border-radius: 8px;"></iframe>
</center>
+1 -1
View File
@@ -74,7 +74,7 @@ extra:
extra_css:
- https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap
- static/extra.css
- static/v2_elite.css?v=2.3.20
- static/v2_elite.css?v=2.3.42
markdown_extensions:
- admonition