BoxBoat Blog
Service updates, customer stories, and tips and tricks for effective DevOps
Category: Serverless
Kubeless FastAPI Runtime
by John Hooks | Tuesday, Sep 28, 2021 | Kubernetes Serverless
Recently, one of our customers required a serverless offering for Kubernetes. After looking through multiple solutions, we settled on Kubeless. It gave us a good mix of compliance by allowing us to select only certain runtimes, but also the flexibility to create our own runtimes. Overview By default, Kubeless uses Bottle with Python as its web framework. This is great when simplicity is needed. You can just pass in a request and function context getting whatever you need from that request item.