logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Carlos Santana, Mauricio Salatino
2022-05-18

As the most widely-adopted serverless platform on Kubernetes, Knative offers a simplified developer experience deploying and managing stateless and event-driven applications. In this session, we'll give attendees an overview of the Knative philosophy of being Kubernetes-native and working well with existing Kubernetes tools. Then we'll provide a demo of FaaS using Knative and conclude with a roadmap for what's next. Most importantly, we'll provide information on how you can get involved either as a contributor or end-user who wants to give feedback on its future direction. With its recent donation to the CNCF at the incubating level, there's never been a better time to get started with Knative.Click here to view captioning/translation in the MeetingPlay platform!
Authors: Benjamin Huo, Xiuming Lu
2022-05-18

tldr - powered by Generative AI

Cloud-native service technologies can empower autonomous driving, and a cloud-agnostic, fast platform is necessary for efficient development and scalability.
  • Autonomous driving relies heavily on artificial intelligence algorithms and data, making a cloud-agnostic platform necessary for data privacy and development flexibility.
  • The complexity of autonomous driving requires a fast platform with automatic scaling and efficient error handling.
  • Open-source cloud-native technologies like Keta can provide the necessary features for a cloud-agnostic, fast platform.
  • Efficient observability mechanisms and a robust system are crucial for troubleshooting and safety requirements.
  • Package management and an easy-to-use interface wrapper can make the platform more powerful and user-friendly.
  • An active and efficient maintenance team is necessary for the stability and prosperity of the community and product development.
Authors: Rui Zang, Cathy Zhang
2022-05-18

tldr - powered by Generative AI

The presentation discusses an enhanced snapshot-based approach to address the challenges of creating new function instances and supporting fast auto-scaling in response to burst traffic. The approach involves breaking the original function code image into essential and non-essential code blocks, regenerating a new set of unique data associated with a specific micro VM instance, and adjusting existing running micro VMs resource boundary to create more function containers.
  • The enhanced snapshot-based approach addresses the challenges of creating new function instances and supporting fast auto-scaling in response to burst traffic.
  • The approach involves breaking the original function code image into essential and non-essential code blocks.
  • A small program is developed to regenerate a new set of unique data associated with a specific micro VM instance.
  • Existing running micro VMs resource boundary is adjusted to create more function containers.
  • The approach reduces code start latency and saves time.
  • The snapshot file needs to be downloaded before starting the container.
  • The essential code blocks are smaller and only a small portion of the data are actually used during the function test run.
  • The snapshot file and essential code blocks combined are much smaller than the original image size.
  • This results in a shorter downloading time and a shorter code start time.
Authors: Evan Anderson
2021-10-14

tldr - powered by Generative AI

The presentation discusses the importance of up-leveling the developer experience beyond Docker files and Kubernetes by standardizing runtime contracts and using build packs.
  • Developers need higher level abstractions beyond Docker files and Kubernetes
  • Standardizing runtime contracts can simplify container building
  • Build packs can save effort and help detect vulnerabilities
  • Community maintenance of baseline pieces can reduce redundancy