Kubeless

Kubeless

Kubernetes native serverless framework

1 follower

Kubeless is built on top of Kubernetes from scratch and is making use of the core Kubernetes primitives (e.g. deployments, services, confimaps, ingress) to avoid re-inventing the wheel. In addition, Kubeless makes use of Prometheus for monitoring functions calls, which is built directly into the runtimes.
Kubeless gallery image
Kubeless gallery image
Kubeless gallery image
Launch tags:Open Sourceβ€’Developer Toolsβ€’Tech
Launch Team
Unblocked AI Code Review
Unblocked AI Code Review
High-signal comments based on your team's context
Promoted

What do you think? …

David Wells

Huge win for companies with strict security regulations that want to build functions based microservices but are not allowed to deploy into public clouds like AWS/Azure/Google etc.

This also exposes native Kubernetes events that can trigger functions in reaction to those events

Pros:

Kubeless lets folks deploy functions as a service on-prem! This is great for companies w/ very strict regulations when using public cloud

Cons:

You will need a kubernetes cluster to run this. In that way it's not as serverless as other providers