')
+ content.append("")
with open(V2_VIDEOS_PATH, "w") as f:
f.write("\n".join(content))
diff --git a/v2-docs/videos.md b/v2-docs/videos.md
index 2fc5261e..bbcf6a0f 100644
--- a/v2-docs/videos.md
+++ b/v2-docs/videos.md
@@ -5,14 +5,44 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
## Table of Contents
1. [Fundamentals and Documentaries](#fundamentals-and-documentaries)
+ - [Kubernetes](#kubernetes)
+ - [Jenkins](#jenkins)
2. [Architecture and Cloud Strategy](#architecture-and-cloud-strategy)
+ - [Kubernetes](#kubernetes)
+ - [Red Hat OpenShift](#red-hat-openshift)
+ - [Platform Engineering](#platform-engineering)
+ - [Ruby on Rails](#ruby-on-rails)
+ - [Ruby on Rails / Hotwire](#ruby-on-rails---hotwire)
+ - [Portworx](#portworx)
+ - [HashiCorp Stack Terraform, Vault, Consul, Boundary](#hashicorp-stack-terraform,-vault,-consul,-boundary)
+ - [Modular Monoliths](#modular-monoliths)
+ - [Git](#git)
+ - [Azure DevOps and GitHub Actions](#azure-devops-and-github-actions)
+ - [Distributed Systems Strategy](#distributed-systems-strategy)
+ - [FinOps](#finops)
+ - [GitOps](#gitops)
+ - [Hosted Control Planes](#hosted-control-planes)
+ - [Azure Verified Modules AVM](#azure-verified-modules-avm)
+ - [OpenShift](#openshift)
3. [Infrastructure as Code](#infrastructure-as-code)
+ - [Terraform Enterprise](#terraform-enterprise)
+ - [NetBox](#netbox)
4. [Developer Productivity](#developer-productivity)
+ - [VS Code](#vs-code)
5. [Observability and Monitoring](#observability-and-monitoring)
+ - [Prometheus](#prometheus)
6. [Security and Compliance](#security-and-compliance)
+ - [DevSecOps](#devsecops)
7. [AI and Future Operations](#ai-and-future-operations)
+ - [Red Hat OpenShift](#red-hat-openshift)
+ - [Generative AI and Large Language Models](#generative-ai-and-large-language-models)
+ - [Red Hat OpenShift AI](#red-hat-openshift-ai)
+ - [Neural Networks](#neural-networks)
+ - [Claude Code](#claude-code)
+ - [LLM Architecture and Post-Training](#llm-architecture-and-post-training)
## Fundamentals and Documentaries
+### Kubernetes
??? note "🎬 Kubernetes: The Documentary [PART 1] | `Kubernetes`"
!!! info "Architectural Summary"
This documentary chronicles the origin of Kubernetes from Google's internal cluster managers Borg and Omega, highlighting the pivotal architectural transition from virtual machines to containerized orchestration. Understanding this evolution is critical for modern cloud-native architects, as it reveals the foundational design patterns—such as the reconciliation loop, declarative APIs, and decoupled control planes—that continue to govern state-of-the-art distributed systems and platform engineering.
@@ -33,6 +63,7 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
+### Jenkins
??? note "🎬 Jenkins Tutorials | `Jenkins`"
!!! info "Architectural Summary"
This comprehensive video series details core Jenkins CI/CD automation techniques, including Pipeline-as-Code implementations and system management best practices. In a 2026 cloud-native context, mastering Jenkins remains critical for orchestrating complex build pipelines, bridging the gap between legacy infrastructure and modern Kubernetes deployment targets. The tutorials provide foundational architectural patterns for establishing scalable, automated, and reproducible continuous integration workflows across distributed enterprise environments.
@@ -44,6 +75,7 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
## Architecture and Cloud Strategy
+### Kubernetes
??? note "🎬 Kubernetes for SysAdmins | Kelsey Hightower at PuppetConf | Talk & Demo | `Kubernetes`"
!!! info "Architectural Summary"
This seminal presentation outlines the paradigm shift from traditional imperative configuration management to declarative, container-orchestrated infrastructure by redefining the operating contract between applications and underlying systems. Viewed from a 2026 cloud-native perspective, Kelsey Hightower's early demonstrations of self-healing workloads, automated bin-packing, and custom controllers for automated TLS provisioning serve as the foundational blueprint for modern platform engineering. The architectural concepts covered—specifically decoupling stateful storage and leveraging native service discovery—remain highly relevant for engineers transitioning from static sysadmin practices to dynamic API-driven control loops.
@@ -54,16 +86,6 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
-??? note "🎬 Thursday morning general session - May 9 - Red Hat Summit 2019 | `Red Hat OpenShift`"
- !!! info "Architectural Summary"
- This session outlines the architectural deployment of Red Hat OpenShift as a unified hybrid cloud platform, demonstrating how enterprise Kubernetes orchestrates complex workloads across multi-cloud and edge environments. It highlights critical integrations with GPU acceleration and AI/ML pipelines, establishing a robust blueprint for modern MLOps and scalable cloud-native operations.
-
-
-
-
-
-
-
??? note "🎬 Keynote: 7 Years of Running Kubernetes for Mercedes-Benz | `Kubernetes`"
!!! info "Architectural Summary"
This architectural retrospective outlines Mercedes-Benz's transformation from legacy, manual infrastructure management to an on-premises, self-service cloud platform managing nearly 1,000 clusters via Cluster API (CAPI). In a 2026 cloud-native context, it demonstrates the vital patterns for scaling declarative cluster lifecycle management and shifting traditional enterprise operations toward platform engineering model. The session highlights how organizational resilience, open-source alignment, and robust automation topologies can successfully modernize highly regulated corporate data centers.
@@ -74,43 +96,14 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
-??? note "🎬 What is Platform Engineering and how it fits into DevOps and Cloud world | `Platform Engineering`"
+### Red Hat OpenShift
+??? note "🎬 Thursday morning general session - May 9 - Red Hat Summit 2019 | `Red Hat OpenShift`"
!!! info "Architectural Summary"
- This video details the evolution of cloud operations into Platform Engineering, focusing on the architecture and implementation of Internal Developer Platforms (IDPs) to mitigate developer cognitive load. By establishing standardized 'golden paths' through Infrastructure as Code (IaC) and self-service APIs, organizations can balance developer autonomy with rigorous governance, security, and compliance. This paradigm shift optimizes resource provisioning and modernizes DevOps workflows for highly scalable, cloud-native environments.
+ This session outlines the architectural deployment of Red Hat OpenShift as a unified hybrid cloud platform, demonstrating how enterprise Kubernetes orchestrates complex workloads across multi-cloud and edge environments. It highlights critical integrations with GPU acceleration and AI/ML pipelines, establishing a robust blueprint for modern MLOps and scalable cloud-native operations.
-
-
-
-
-??? note "🎬 David Heinemeier Hansson: Microservices vs. Monolith | `Ruby on Rails`"
- !!! info "Architectural Summary"
- In this discussion, David Heinemeier Hansson critiques the dogmatic adoption of microservices, highlighting how they introduce substantial operational complexity, network latency, and cognitive load compared to a well-structured monolith. He champions the 'Majestic Monolith' as a pattern that maximizes developer velocity and reduces organizational overhead by keeping the deployment domain unified. For modern cloud-native architectures, this perspective serves as a crucial counterweight to microservice fatigue, driving the industry toward highly-optimized modular monoliths that simplify infrastructure and cut cloud spend.
-
-
-
-
-
-
-
-??? note "🎬 The creator of Rails on JavaScript FE vs. Classic Server-side Rendering | `Ruby on Rails / Hotwire`"
- !!! info "Architectural Summary"
- David Heinemeier Hansson critiques the complexity of modern Single Page Application (SPA) architectures, advocating instead for the 'Majestic Monolith' and HTML-over-the-wire (Hotwire) to keep application logic unified on the server. In a 2026 cloud-native context, this paradigm challenges the overhead of decoupled micro-frontends by proving that server-side rendering (SSR) combined with lightweight HTML streaming dramatically simplifies deployment pipelines, reduces client-side resource consumption, and lowers data egress costs. This architectural approach optimizes for operational efficiency, enabling smaller engineering teams to build highly responsive, production-grade applications without managing complex API contract synchronizations.
-
-
-
-
-
-
-
-??? note "🎬 Murli Thirumale | KubeCon CloudNativeCon EU 2023 | `Portworx`"
- !!! info "Architectural Summary"
- This discussion outlines how enterprise platform engineering teams leverage Portworx to deliver automated, resilient Database-as-a-Service (DBaaS) capabilities directly on Kubernetes. By abstracting multi-cloud storage, disaster recovery, and data security, it highlights architectural strategies essential for scaling stateful cloud-native workloads. For a 2026 cloud-native landscape, these unified data management planes are critical for mitigating multi-cloud lock-in, controlling cloud spend, and accelerating application delivery.
-
-
-
-
+
@@ -124,6 +117,51 @@ Welcome to the **Agentic Video Hub**. This section presents a logical, architect
+### Platform Engineering
+??? note "🎬 What is Platform Engineering and how it fits into DevOps and Cloud world | `Platform Engineering`"
+ !!! info "Architectural Summary"
+ This video details the evolution of cloud operations into Platform Engineering, focusing on the architecture and implementation of Internal Developer Platforms (IDPs) to mitigate developer cognitive load. By establishing standardized 'golden paths' through Infrastructure as Code (IaC) and self-service APIs, organizations can balance developer autonomy with rigorous governance, security, and compliance. This paradigm shift optimizes resource provisioning and modernizes DevOps workflows for highly scalable, cloud-native environments.
+
+
+
+
+
+
+
+### Ruby on Rails
+??? note "🎬 David Heinemeier Hansson: Microservices vs. Monolith | `Ruby on Rails`"
+ !!! info "Architectural Summary"
+ In this discussion, David Heinemeier Hansson critiques the dogmatic adoption of microservices, highlighting how they introduce substantial operational complexity, network latency, and cognitive load compared to a well-structured monolith. He champions the 'Majestic Monolith' as a pattern that maximizes developer velocity and reduces organizational overhead by keeping the deployment domain unified. For modern cloud-native architectures, this perspective serves as a crucial counterweight to microservice fatigue, driving the industry toward highly-optimized modular monoliths that simplify infrastructure and cut cloud spend.
+
+
+
+
+
+
+
+### Ruby on Rails / Hotwire
+??? note "🎬 The creator of Rails on JavaScript FE vs. Classic Server-side Rendering | `Ruby on Rails / Hotwire`"
+ !!! info "Architectural Summary"
+ David Heinemeier Hansson critiques the complexity of modern Single Page Application (SPA) architectures, advocating instead for the 'Majestic Monolith' and HTML-over-the-wire (Hotwire) to keep application logic unified on the server. In a 2026 cloud-native context, this paradigm challenges the overhead of decoupled micro-frontends by proving that server-side rendering (SSR) combined with lightweight HTML streaming dramatically simplifies deployment pipelines, reduces client-side resource consumption, and lowers data egress costs. This architectural approach optimizes for operational efficiency, enabling smaller engineering teams to build highly responsive, production-grade applications without managing complex API contract synchronizations.
+
+
+
+
+
+
+
+### Portworx
+??? note "🎬 Murli Thirumale | KubeCon CloudNativeCon EU 2023 | `Portworx`"
+ !!! info "Architectural Summary"
+ This discussion outlines how enterprise platform engineering teams leverage Portworx to deliver automated, resilient Database-as-a-Service (DBaaS) capabilities directly on Kubernetes. By abstracting multi-cloud storage, disaster recovery, and data security, it highlights architectural strategies essential for scaling stateful cloud-native workloads. For a 2026 cloud-native landscape, these unified data management planes are critical for mitigating multi-cloud lock-in, controlling cloud spend, and accelerating application delivery.
+
+