Talk Title

Supercharge your AKS deployments with Wasm

Abstract

Machine Learning inference (though what we talk about can be applied to other computationally intensive tasks) is often a computationally intensive task and could greatly benefit from the speed of WebAssembly. What if I told you, that you could improve the performance of your application deployed on Linux containers.

Enter Wasm and Kubernetes.

This talk starts off by introducing the audience to WebAssembly (Wasm) and how they could make use of the speed and security among others of Wasm for their deployments. Another problem we face is that the standard WebAssembly provides very limited access to the native OS and hardware, such as multi-core CPUs, GPU, or TPUS which is not ideal for the kind of systems we target. The talk also shows how one could use the WebAssembly System Interface (WASI) to get security, portability, and native speed for Machine Learning models. The talk then slides into the recent (still preview) support that Azure has launched for WASI node pools to run such a system while also using Krustlet to run Wasm on Kubernetes. To top it off this talk ends with a demo of doing so on Azure.

Biography

I am a first year undergrad at the University of Toronto. At the moment I work on the Machine Learning team on the FINCH mission (SpaceX) which will be launched in 2024 on a Falcon 9.

I love working with Machine Learning, especially Computer Vision and Kubernetes but you will also find me working with Android. I am an active contributor to multiple open-source projects like TensorFlow, KubeFlow, and Kubernetes. I also love building open-source projects (usually related to Kubernetes and Machine Learning) and some of which have been #1 trending on GitHub. Seeing my work at a rather young age, I was invited to speak at 2 TEDx and 1 TED-Ed events, I have represented my country in multiple international hackathons and won a few too and I’m also a Linux Foundation Dan Kohn Scholar. Most of the time you will find me working on a new ML research idea and I have a couple of published papers as well. I'm also a Gold Microsoft Learn Student Ambassador.

Twitter: rishit_dagli

GitHub: Rishit-dagli

LinkedIn: rishit-dagli

Image

https://www.figma.com/file/eHq3jBQSXkfmV3IgFEmn2O/Rishit-Images?node-id=0%3A1

Resources

Some Talks:

Authoring and open-source: