A foray into OpenTelemetry with OpenFaaS
A developer's experience and commentary on integrating OpenTelemetry for tracing and observability within Python Flask functions on OpenFaaS.
A developer's experience and commentary on integrating OpenTelemetry for tracing and observability within Python Flask functions on OpenFaaS.
Using Pydantic's BaseSettings to simplify and type-safely manage configuration and secrets for Python functions in OpenFaaS.
A guide to setting up and using Tox and PyTest for testing Python functions in OpenFaaS, including a sample calculator project.
Explains how to build event-driven functions using Postgres WAL and faasd, enabling app extension without code changes.
A guide to using GitHub Actions to build and deploy OpenFaaS serverless functions, including a custom action workflow example.
A guide to setting up a local OpenFaaS development environment using KinD (Kubernetes in Docker) for lightweight, containerized Kubernetes.
A technical guide on setting up a private Docker registry within a Docker Swarm environment for development, including a sample project and configuration.