From 7aefb59d841872edfb9521a649311ecaca84654b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 23 Mar 2026 10:09:03 +0100 Subject: [PATCH] docs(day0): Added sponsor keynotes --- content/day0/04_vmware.md | 34 +++++++++++++++++++++++++++++++++ content/day0/05_vcluster.md | 27 ++++++++++++++++++++++++++ content/day0/06_aiplatforms.md | 35 ++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 content/day0/04_vmware.md create mode 100644 content/day0/05_vcluster.md create mode 100644 content/day0/06_aiplatforms.md diff --git a/content/day0/04_vmware.md b/content/day0/04_vmware.md new file mode 100644 index 0000000..066c7c3 --- /dev/null +++ b/content/day0/04_vmware.md @@ -0,0 +1,34 @@ +--- +title: The Node OS Is Part of Your Platform Contract +weight: +tags: + - platformengineeringday + - keynote + - sponsor + - vmware +--- + + + + + + +The usual "teaser" ment to get people to visit their stand and other talks + +## What happens if + +- A kernel update breaks the CNI and affect every pod by breaking +- An app mutates the system MTU breaking all other networking operations and even cluster management + +## Baseline + +- Platform engineers build abstractions every day +- Infra owns the hardware and hypervisor +- Platform own kubnernetes, gitops and so on +- Problem: Who owns the Node OS + +## Node states + +- ClusterAPI assumes immutable nodes by relacing them when updating the os, kubernetes or cri +- But we want mutability for: Simple config updates, Zertificate things +- So why immutable: Version alignment, drift detection \ No newline at end of file diff --git a/content/day0/05_vcluster.md b/content/day0/05_vcluster.md new file mode 100644 index 0000000..bfa4d3b --- /dev/null +++ b/content/day0/05_vcluster.md @@ -0,0 +1,27 @@ +--- +title: Bridging the Local Kubernetes Gap for AI Developers +weight: 5 +tags: + - platformengineeringday + - keynote + - sponsor + - loft +--- + + + +{{% button href="https://github.com/loft-sh/vind" style="info" icon="code" %}}Code/Demo{{% /button %}} + + +Basicly a short advert for their vind project/tool. + +## BAseline + +- Current local setup: KIND, K3D or simmilar tools +- Problem: Getting things like GPUs to work, manual image loading, no built-in loadbalancers +- Result: There is still a gap between local and prod + +## Their solution: vCluster in Docker (VIND) + +- Features: Built-in LB, Sleep/wake, Pull-through Cache, Multi-Node Clusters, External Nodes (via VPN) +- USP: Platform UI \ No newline at end of file diff --git a/content/day0/06_aiplatforms.md b/content/day0/06_aiplatforms.md new file mode 100644 index 0000000..f80a098 --- /dev/null +++ b/content/day0/06_aiplatforms.md @@ -0,0 +1,35 @@ +--- +title: Rebuilding our platforms in the age of ai +weight: 6 +tags: + - platformengineeringday + - keynote + - sponsor + - vmware +--- + + + + + + +A call to joint them at their booth and reading their whitepaper. + +## BAseline + +- 2024: LLMs +- 2025: Agents +- 2026: Our platform/infra can not keep up -> The number of def + +## Mandate + +- Drive AI-readyness initiatives +- Data-driven ai rollout +- Measure for impact instead of activity or speed +- Paved paths and guardrails +- AI infra optimizations + +## Observations + +- Whats good for humans is also good for llms (clear documentation, strucutred data, readable code, ...) +- Metrics from out tools only measure that something is happening -> We need a framwork for DX and AI \ No newline at end of file