faasd: lightweight Serverless for your Raspberry Pi

Click for: original source

Kick the tires with faasd today, for a lightweight serverless experience that doesn’t require Kubernetes. Instead it uses containerd and the existing OpenFaaS ecosystem. By Alex Ellis.

You can run faasd anywhere, even on a Raspberry Pi, but why would you want to do that? faasd offers many of the benefits of containers and OpenFaaS, but without the complexity and operational costs of Kubernetes. containerd is a low-level tool for automating containers, and a CNCF project.

Compute is compute, and OpenFaaS with containerd makes it easy to both consume and provide.

The article briefly covers:

  • Before we start and installation
  • Post-install
  • How to build a new container image
  • Deploy your new container

faasd brings a lightweight experience to your Raspberry Pi, cloud infrastructure and to bare metal, all without the need for Kubernetes. Nice read!

[Read More]

Tags devops software-architecture containers kubernetes