Slide 1

Slide 1 text

Kubeless & Serverless framework

Slide 2

Slide 2 text

Kubeless = K8s native serverless framework • Web site: http://kubeless.io • Github: https://github.com/kubeless/kubeless • Open Source, non-affiliated: https://github.com/kubeless • Serverless Framework provider: https://serverless.com/framework/docs/providers/kubeless/ • Announcement: https://bitnami.com/news/press-releases/bitnami-partners-serverless-kubernetes-native- functions

Slide 3

Slide 3 text

Kubernetes Native • It is an extension of Kubernetes • A new API object, called Function, through TPR (soon to be moved to CRDs) • A Kubernetes controller that checks for changes • Creates Deployments and Services (and optionally Ingress) when deploying functions • ConfigMaps to inject functions • Runtimes available: Nodejs, Python, Ruby (custom runtimes soon to be added) • Events: HTTP and PubSub (with Kafka) • Integrated with Prometheus • Integrated UI • Custom metrics auto-scaling coming soon

Slide 4

Slide 4 text

@arapulido