Skip to content

Commit ddc46ea

Browse files
committed
Add notes on wayne and eks
1 parent 050d15c commit ddc46ea

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/kubecon-2026/tuesday/0-keynote.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@ use the more recent flavors of Agentic AI.
5454
Ubers has a Kubernetes based control plane, managing a data plane consisting of Spark, PyTorch, TensorFlow and others.
5555
So the only thing the ML developers have to worry about is the machine learning.
5656

57+
### Inference Scheduling at Wayve
58+
59+
Wayve builds end to end AI for autonomous driving. They vehicles collects data of thousands of driving hours per day.
60+
At peak, they handle around 100k concurrent workloads. [Kueue](https://kueue.sigs.k8s.io/) is Kubernetes queueing system
61+
with some advanced features to enhance the Kubernetes scheduler. By using Kueue, the wait time for workloads went down
62+
and the utilization of the CPU cluster went up to reduce idle time.
63+
64+
## EKS
65+
66+
Very few teams using Kubernetes have to reinvent the wheel. Everyone is solving the same problem and can take solution
67+
out of the cncf landscape. [Karpenter](https://karpenter.sh/) is the node lifecycle manager for Kubernetes. Karpenter privsions
68+
the optimal instance in what's available.
69+
70+
[kro](https://kro.run/docs/overview/) simplifies managent of resources by automatically creating CRDs based on a set
71+
of resources you need. Give developers simple building blocks and abstract away the hard parts.
72+
73+
Kubernetes RBAC is great at telling _what_ something can do, but not to _which_ resource. [Cedar](https://www.cedarpolicy.com/blog/cedar-for-kubernetes)
74+
is a tool to build emission policies to say "actually...not to this resource".
75+
5776
## Links
5877

5978
- <https://insights.linuxfoundation.org/>

0 commit comments

Comments
 (0)