# Kubeless **Repository Path**: pandas_chen_chencw2012/Kubeless ## Basic Information - **Project Name**: Kubeless - **Description**: Kubeless 是一个基于 Kubernetes 的 Serverless 框架,允许您部署少量代码,而无需担心底层基础架构管道 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/Kubeless - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-07-22 - **Last Updated**: 2021-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubeless logo [![CircleCI](https://circleci.com/gh/kubeless/kubeless.svg?style=svg)](https://circleci.com/gh/kubeless/kubeless) [![Slack](https://img.shields.io/badge/slack-join%20chat%20%E2%86%92-e01563.svg)](http://slack.k8s.io) `kubeless` is a Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing. It leverages Kubernetes resources to provide auto-scaling, API routing, monitoring, troubleshooting and more. Kubeless stands out as we use a [Custom Resource Definition](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/) to be able to create functions as custom kubernetes resources. We then run 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 is purely open-source and non-affiliated to any commercial organization. Chime in at anytime, we would love the help and feedback ! ## Tools - A [UI](https://github.com/kubeless/kubeless-ui) is available. It can run locally or in-cluster. - A [serverless framework plugin](https://github.com/serverless/serverless-kubeless) is available. ## Quick start Check out the instructions for quickly set up Kubeless [here](http://kubeless.io/docs/quick-start). ## Building Consult the [developer's guide](docs/dev-guide.md) for a complete set of instruction to build kubeless. ## Compatibility Matrix with Kubernetes Kubeless fully supports Kubernetes versions greater than 1.9 (tested until 1.15). For other versions some of the features in Kubeless may not be available. Our CI run tests against two different platforms: GKE (1.12) and Minikube (1.15). Other platforms are supported but fully compatibiliy cannot be assured. ## _Roadmap_ We would love to get your help, feel free to lend a hand. We are currently looking to implement the following high level features: - Add other runtimes, currently Golang, Python, NodeJS, Ruby, PHP, .NET and Ballerina are supported. We are also providing a way to use custom runtime. Please check [this doc](./docs/runtimes.md) for more details. - Investigate other messaging bus (e.g SQS, rabbitMQ) - Optimize for functions startup time - Add distributed tracing (maybe using istio) ## Community **Issues**: If you find any issues, please [file it](https://github.com/kubeless/kubeless/issues). **Slack**: We're fairly active on [slack](http://slack.k8s.io) and you can find us in the #kubeless channel.