Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmware-archive/functions
Functions Repository for Kubeless
https://github.com/vmware-archive/functions
kubernetes serverless
Last synced: 3 months ago
JSON representation
Functions Repository for Kubeless
- Host: GitHub
- URL: https://github.com/vmware-archive/functions
- Owner: vmware-archive
- License: apache-2.0
- Archived: true
- Created: 2017-05-02T13:30:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T11:36:29.000Z (almost 3 years ago)
- Last Synced: 2024-07-26T22:58:24.614Z (3 months ago)
- Topics: kubernetes, serverless
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 70
- Watchers: 22
- Forks: 37
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - vmware-archive/functions - Functions Repository for Kubeless (Python)
README
## WARNING: Kubeless is no longer actively maintained by VMware.
VMware has made the difficult decision to stop driving this project and therefore we will no longer actively respond to issues or pull requests. If you would like to take over maintaining this project independently from VMware, please let us know so we can add a link to your forked project here.
Thank You.
# Functions for Kubeless
This repository contains Kubeless Functions. Kubeless is a Kubernetes-native serverless framework that makes use of Kubernetes' ThirdPartyResource to be able to create functions as custom Kubernetes resources
The purpose of this repository is to provide a place for maintaining and contributing official Kubeless functions, with CI processes in place for assuring an always up-to-date repository.
## Repository structure
The Charts in this repository are organized into two folders:
* charts
* incubatorStable functions counts with an CI process in place and they are maintained and updated
Incubator functions are those to be shared and improved on until they are ready to be moved into the charts folder.## Structure of a Kubeless Function
Each kubeless functions must have:
- A metadata file
- A README.md file
- A way to declare dependencies