Kubeless = Kubernetes Native Serverless
Solution
Sebastien Goasguen @sebgoa
kompose, Cabin, kmachine, LF certification course ...
Now at Bitnami (Charts, monocular, kubeapps, kubecfg, sealed-secrets)
Apps, Apps, Apps...on any platform
1 / 6
kubeless
kubeless.io
https://github.com/kubeless/kubeless
Open Source , non-affiliated
https://github.com/kubeless
2 / 6
kubeless
Kubernetes extension
TPR (CRD) for functions
A controller
Creates deployments, services
Creates Ingress if needed
Uses Configmap, Init container for now
Instrumented runtimes with prometheus-client
A cute UI
A serverless Plugin
Custom metrics HPA coming ...
3 / 6
What type of Apps
Event based distributed apps
Composed of many different services triggered by events
AWS Lambda Clone
Google Cloud functions like CLI
Same realm as OpenWhisk, Fission ...
4 / 6
Serverless
Today in Serverless 1.20 we now have kubeless support:
20k stars, the go to framework to deploy/managed serverless functions on
lambda, Azure, GCF, OpenWhisk.
sls create --template kubeless-python --path mypythonfunction
sls create --template kubeless-nodejs --path mynodefunction
https://serverless.com
5 / 6
Demo
and thanks,
@sebgoa
6 / 6

Kubernetes Native Serverless solution: Kubeless

  • 1.
    Kubeless = KubernetesNative Serverless Solution Sebastien Goasguen @sebgoa kompose, Cabin, kmachine, LF certification course ... Now at Bitnami (Charts, monocular, kubeapps, kubecfg, sealed-secrets) Apps, Apps, Apps...on any platform 1 / 6
  • 2.
    kubeless kubeless.io https://github.com/kubeless/kubeless Open Source ,non-affiliated https://github.com/kubeless 2 / 6
  • 3.
    kubeless Kubernetes extension TPR (CRD)for functions A controller Creates deployments, services Creates Ingress if needed Uses Configmap, Init container for now Instrumented runtimes with prometheus-client A cute UI A serverless Plugin Custom metrics HPA coming ... 3 / 6
  • 4.
    What type ofApps Event based distributed apps Composed of many different services triggered by events AWS Lambda Clone Google Cloud functions like CLI Same realm as OpenWhisk, Fission ... 4 / 6
  • 5.
    Serverless Today in Serverless1.20 we now have kubeless support: 20k stars, the go to framework to deploy/managed serverless functions on lambda, Azure, GCF, OpenWhisk. sls create --template kubeless-python --path mypythonfunction sls create --template kubeless-nodejs --path mynodefunction https://serverless.com 5 / 6
  • 6.