Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Releases: vmware-archive/kubeless

0.0.11

26 Apr 20:29
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

New features:

  • function update
  • function describe

New programming language supported:

  • ruby

Enhancements:

  • using client-go v3
  • upgrading k8s 1.6.0
  • get rid of kubectl proxy

0.0.10

05 Apr 10:12
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

New feature:

  • Multi-tenancy kubeless with namespace support. Default to kubeless.

Check kubeless install --help.

0.0.9

26 Mar 22:46
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Updates:

  • Rename function create to function deploy
  • Using minideb for the kubeless-controller

0.0.8

20 Mar 15:01
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
0.0.8

0.0.7

14 Mar 10:17
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

This is the first alpha release of kubeless, a serverless framework that runs on top of Kubernetes.
kubeless uses Third Party Resources (TPR) to define functions. ConfigMaps are use to inject the functions into runtime created as Deployments.

The kubeless architecture aims to leverage as many Kubernetes native primitives as possible.

Kubeless supports both HTTP triggers and PubSub triggers.

Features:

  • kubeless CLI
  • kubeless controller
  • Function create and delete
  • HTTP triggers
  • PubSub triggers via Kafka
  • Supported programming languages: python, nodejs
  • Create function in specific namespace
  • Convenience Kafka wrappers CLI to create topics and publish test events

Download release:

On OSX

$ curl -L https://github.com/skippbox/kubeless/releases/download/0.0.7/kubeless_darwin-amd64.zip > ./kubeless.zip

On Linux

$ curl -L https://github.com/skippbox/kubeless/releases/download/0.0.7/kubeless_linux-amd64.zip > ./kubeless.zip

Uncompress and use the kubeless CLI to install everything:

kubeless install
kubeless function ls