Featured image of post OpenFaaS: Serverless Functions Deepdive

OpenFaaS: Serverless Functions Deepdive

The #openfaas framework allows you to write serverless functions #nodejs, #python, #go, #java and other languages. It provides you with templates that are effectively Docker containers. I wanted to understand what those Docker container do and how the execution environment for functions in any of those languages is provided for you. Read more about this in my new blog post.

Featured image of post Lighthouse Scanner: Setup Local Kubernetes Staging Environment

Lighthouse Scanner: Setup Local Kubernetes Staging Environment

Are you using #kubernetes in production but #docker or #docker-compose for local testing or staging? If you do, you need to manage aspects like container communication, resource limitations and configuration with config maps or secrets differently. I had the same challenge, and switched to using pure #kubernetes. More about this redesign in my newest blog post.