Kubeless icon
Kubeless icon

Kubeless

Kubeless is a Kubernetes-native serverless framework that lets you deploy small bits of code (functions) without having to worry about the underlying infrastructure. It is designed to be deployed on top of a Kubernetes cluster and take advantage of all the great Kubernetes...

Cost / License

Alerts

  • Discontinued

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
Discontinued

Kubeless is no longer actively maintained by VMware.

0likes
1comment
0articles

Features

  1.  Serverless
  2.  Kubernetes

Kubeless News & Activities

Highlights All activities

Recent activities

  • SudoVanilla updated Kubeless

Kubeless information

  • Developed by

    Unknown
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    25 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  6,856 Stars
  •  743 Forks
  •  200 Open Issues
  •   Updated  (Archived)
View on GitHub

Our users have written 1 comments and reviews about Kubeless, and it has gotten 0 likes

Kubeless was added to AlternativeTo by Paul on and this page was last updated .

Comments and Reviews

   
Guest
0

Kubeless is no longer actively maintained by VMware.

Review by a new / low-activity user.

What is Kubeless?

Kubeless is a Kubernetes-native serverless framework that lets you deploy small bits of code (functions) without having to worry about the underlying infrastructure. It is designed to be deployed on top of a Kubernetes cluster and take advantage of all the great Kubernetes primitives. If you are looking for an open source serverless solution that clones what you can find on AWS Lambda, Azure Functions, and Google Cloud Functions, Kubeless is for you!

Kubeless Includes:

  • Support for Python, Node.js, Ruby, PHP, Golang, .NET, Ballerina and custom runtimes
  • CLI compliant with AWS Lambda CLI
  • Event triggers using Kafka messaging system and HTTP events
  • Prometheus monitoring of functions calls and function latency by default
  • Serverless Framework plugin

How does it work? Check it out!

Kubeless uses a Custom Resource Definition to be able to create functions as custom kubernetes resources. It then runs an in-cluster controller that watches these custom resources and launches runtimes on-demand. The controller dynamically injects the functions code into the runtimes and make them available over HTTP or via a PubSub mechanism.

Kubeless Videos

Official Links