faas you like it
play

FaaS You Like It! @ewanslater Serverless CNCF Definition - PowerPoint PPT Presentation

FaaS You Like It! @ewanslater Serverless CNCF Definition Serverless computing refers to the concept of building and running applications that do not require server management . It describes a finer-grained deployment model where


  1. FaaS You Like It! @ewanslater

  2. “Serverless”

  3. CNCF Definition “Serverless computing refers to the concept of building and running applications that do not require server management . It describes a finer-grained deployment model where applications , bundled as one or more functions , are uploaded to a platform and then executed, scaled, and billed in response to the exact demand needed at the moment .” - CNCF Serverless Whitepaper

  4. Abstraction

  5. Functions (as a service)

  6. FaaS ● Small functions ● Do one thing well ● Easy to Understand ● Run on Serverless platform (i.e. abstracted infrastructure)

  7. Avoid

  8. “Customers benefit from increased programming productivity and in many scenarios can enjoy cost savings as well.” University of Berkeley, Technical Report No. UCB/EECS-2019-3

  9. Freedom(s) ● Portability ● Decentralisation ● Packaging ● Local testing ● Language

  10. Fn Project ● Fnproject.io ● Serverless platform ● Container based ● Open Source (Apache 2.0) ● CNCF

  11. Functions as Containers ● Function ● Dependencies ● Self - Contained ● Stateless ● Ephemeral

  12. Runs on ● Any Cloud ● On Premises ● Your laptop ;-) ● Anywhere you’ve installed Docker

  13. Function Development Kits (FDKs) ● Makes it a lot easier to write functions ● Developer includes FDK package / library / gem ● Developer writes function to the FDK’s interface ● FDK ○ Provides input data to function ○ Writes output & errors

  14. Ruby FDK ● Opens a socket in function container ○ (Fn Server connects to socket) ● Parses input from http-stream ● Executes function ○ Input ○ Context ● Sends back output on http-stream ● Writes errors to STDERR ( → syslog )

  15. No FDK, no problem!

  16. Fn Server

  17. Architecture (K8’s for production)

  18. Request Process

  19. Hot functions ● Run at least once ● Wait before terminating ○ Default timeout 30 seconds ○ Configurable ● Potentially reusable ○ FDK handles multiple invocations ○ Stateless remember!?

  20. Orchestration

  21. Flow ● Promises Based Orchestration ○ No new “special language” ○ Composable ○ Flexible ● A Flow is… ○ ...written in code ○ ...a function ○ ...deployed within an app

  22. FaaS You Like It* (*with apologies to Shakespeare)

  23. Serverless ● Abstracted Infrastructure ● Ephemeral Functions ● Higher Productivity ● Lower Costs ● Beware of Lock In

  24. Fn Project ● Open Source Serverless Platform ● Container Based ● Any language ● Any Cloud ● On Premises ● Your Laptop ;-)

  25. Questions? (grab me afterwards || @ewanslater)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend