1 个仓库
Deploys serverless functions as Kubernetes custom resources managed by an in-cluster controller that launches runtimes on demand.
Distinct from Serverless Function Management: Distinct from Serverless Function Management: focuses on deploying functions as Kubernetes custom resources rather than general lifecycle management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Custom Resource Deployments. Refine with filters or upvote what's useful.
Kubeless is a Kubernetes-native serverless framework that deploys and runs stateless functions as custom resources managed by an in-cluster controller. It functions as a Function-as-a-Service platform, launching function runtime pods on demand and scaling them to zero when idle to optimise resource usage. Functions are invoked automatically through HTTP requests or a publish-subscribe messaging bus, enabling event-driven execution for workloads and microservices. The platform supports running functions written in Golang, Python, Node.js, Ruby, PHP, .NET, and Ballerina, with the ability to add
Deploys serverless functions as Kubernetes custom resources managed by an in-cluster controller that launches runtimes on demand.