Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Serverless Java - Cloud Agnostic Design Patterns and Tips @WeAreDevelopers

Kevin Dubois
July 03, 2024
7

Serverless Java - Cloud Agnostic Design Patterns and Tips @WeAreDevelopers

Kevin Dubois

July 03, 2024
Tweet

Transcript

  1. @kevindubois @danieloh30 Who We Are! Daniel Oh Developer Advocate, Java

    Champion @danieloh30 Kevin Dubois Developer Advocate, Java Champion @kevindubois
  2. @kevindubois @danieloh30 Quarkus + Native (via GraalVM) 0.016 Seconds Quarkus

    + JVM (via OpenJDK) 0.943 Seconds Traditional Cloud-Native Stack 4.3 Seconds Supersonic, Subatomic Java Quarkus Quarkus + Native (via GraalVM) 12 MB Quarkus + JVM (via OpenJDK) 73 MB Traditional Cloud-Native Stack 136 MB
  3. @kevindubois @danieloh30 AWS Lambda, Functions... Built around the FaaS components

    and other services such as API Gateways. It enabled a variety of use cases but it is far from ideal for general computing and with room for improvements. 1.0 ➔ HTTP and other few Sources ➔ Functions only ➔ Limited execution time (5 min) ➔ No orchestration ➔ Limited local development experience FaaS
  4. @kevindubois @danieloh30 AWS Lambda, Functions... Built around the FaaS components

    and other services such as API Gateways. It enabled a variety of use cases but it is far from ideal for general computing and with room for improvements. 1.0 ➔ HTTP and other few Sources ➔ Functions only ➔ Limited execution time (5 min) ➔ No orchestration ➔ Limited local development experience Serverless Containers With the advent of containers & Kubernetes, many frameworks and solutions started to auto-scale containers. Cloud providers created offerings using managed services completely abstracting Kubernetes APIs. 1.5 ➔ Fargate, Cloud Run, Container Instances ➔ Knative, KEDA, etc ➔ Kubernetes based auto-scaling ➔ Microservices and Functions ➔ Easier to debug & test locally ➔ Polyglot & Portable Serverless is evolving...
  5. @kevindubois @danieloh30 $ kn func create -l quarkus myfunc $

    kn func deploy $ kn service create myservice --image=xyz github.com/serverless-java-in-action/examples
  6. @kevindubois @danieloh30 AWS Lambda, Functions... Built around the FaaS components

    and other services such as API Gateways. It enabled a variety of use cases but it is far from ideal for general computing and with room for improvements. 1.0 ➔ HTTP and other few Sources ➔ Functions only ➔ Limited execution time (5 min) ➔ No orchestration ➔ Limited local development experience Serverless Containers With the advent of containers & Kubernetes, many frameworks and solutions started to auto-scale containers. Cloud providers created offerings using managed services completely abstracting Kubernetes APIs. 1.5 ➔ Fargate, Cloud Run, Container Instances ➔ Knative, KEDA, etc ➔ Kubernetes based auto-scaling ➔ Microservices and Functions ➔ Easier to debug & test locally ➔ Polyglot & Portable Integration & State The maturity and benefits of Serverless are recognized industry wide and it adds the missing parts to make pattern suitable for general purpose workloads and used on the enterprise. 2.0 ➔ Basic state handling ➔ Enterprise Integration Patterns ➔ Advanced Messaging Capabilities ➔ Blended with your PaaS ➔ Enterprise-ready event sources ➔ Solutions and outcome focused
  7. @kevindubois @danieloh30 Thank you! Daniel Oh Developer Advocate, Java Champion

    @danieloh30 Kevin Dubois Developer Advocate, Java Champion @kevindubois