logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Rafael Fernández López, Angel M De Miguel Meana
2023-04-20

tldr - powered by Generative AI

The presentation discusses the use of webassembly and istio to extend the functionality of proxies in Kubernetes clusters.
  • The goal is to demonstrate the possibility of using webassembly to run filters in languages other than C++
  • Istio provides a way to extend proxies with webassembly filters and configure them with HML configuration
  • The filters can be pushed to a default register and pulled by the proxies
  • The webassembly models are portable and can be used in different platforms
  • There is an API to perform HTTP requests outbound and get state from the outside world