docs(day0): Added sponsor keynotes
All checks were successful
Build latest image / build-container (push) Successful in 57s
All checks were successful
Build latest image / build-container (push) Successful in 57s
This commit is contained in:
34
content/day0/04_vmware.md
Normal file
34
content/day0/04_vmware.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: The Node OS Is Part of Your Platform Contract
|
||||
weight: <index of talk on the day>
|
||||
tags:
|
||||
- platformengineeringday
|
||||
- keynote
|
||||
- sponsor
|
||||
- vmware
|
||||
---
|
||||
|
||||
<!-- {{% button href="https://youtu.be/rkteV6Mzjfs" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}} -->
|
||||
<!-- {{% button href="https://docs.google.com/presentation/d/1nEK0CVC_yQgIDqwsdh-PRihB6dc9RyT-" style="tip" icon="person-chalkboard" %}}Slides{{% /button %}} -->
|
||||
<!-- {{% button href="https://github.com/graz-dev/automatic-reosurce-optimization-loop" style="info" icon="code" %}}Code/Demo{{% /button %}} -->
|
||||
<!-- {{% button href="https://cloudnativeplatforms.com" style="info" icon="link" %}}Website/Homepage{{% /button %}} -->
|
||||
|
||||
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
|
||||
27
content/day0/05_vcluster.md
Normal file
27
content/day0/05_vcluster.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Bridging the Local Kubernetes Gap for AI Developers
|
||||
weight: 5
|
||||
tags:
|
||||
- platformengineeringday
|
||||
- keynote
|
||||
- sponsor
|
||||
- loft
|
||||
---
|
||||
|
||||
<!-- {{% button href="https://youtu.be/rkteV6Mzjfs" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}} -->
|
||||
<!-- {{% button href="https://docs.google.com/presentation/d/1nEK0CVC_yQgIDqwsdh-PRihB6dc9RyT-" style="tip" icon="person-chalkboard" %}}Slides{{% /button %}} -->
|
||||
{{% button href="https://github.com/loft-sh/vind" style="info" icon="code" %}}Code/Demo{{% /button %}}
|
||||
<!-- {{% button href="https://cloudnativeplatforms.com" style="info" icon="link" %}}Website/Homepage{{% /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
|
||||
35
content/day0/06_aiplatforms.md
Normal file
35
content/day0/06_aiplatforms.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: Rebuilding our platforms in the age of ai
|
||||
weight: 6
|
||||
tags:
|
||||
- platformengineeringday
|
||||
- keynote
|
||||
- sponsor
|
||||
- vmware
|
||||
---
|
||||
|
||||
<!-- {{% button href="https://youtu.be/rkteV6Mzjfs" style="warning" icon="video" %}}Watch talk on YouTube{{% /button %}} -->
|
||||
<!-- {{% button href="https://docs.google.com/presentation/d/1nEK0CVC_yQgIDqwsdh-PRihB6dc9RyT-" style="tip" icon="person-chalkboard" %}}Slides{{% /button %}} -->
|
||||
<!-- {{% button href="https://github.com/loft-sh/vind" style="info" icon="code" %}}Code/Demo{{% /button %}} -->
|
||||
<!-- {{% button href="https://cloudnativeplatforms.com" style="info" icon="link" %}}Website/Homepage{{% /button %}} -->
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user