You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kubecon-2026/tuesday/0-keynote.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ of resources you need. Give developers simple building blocks and abstract away
73
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
74
is a tool to build emission policies to say "actually...not to this resource".
75
75
76
+
## Optimize Kubernetes for AI
77
+
78
+
[Nvidia AI Cluster Runtime](https://aicr.dgxc.io/) provides a CLI and recipes to set up Kubernetes cluster optimized for
79
+
AI workfloads. The more inputs you provide into the recipe, the more optimized the cluster will be. Once you have
80
+
the recipe for the desired state of the cluster, you can create a bundle which can be deployed through Helm or ArgoCD.
0 commit comments