We’ll show you how to access any part of the Kubernetes API or a Custom Resource using a ServiceAccount and granular permissions.| OpenFaaS - Serverless Functions Made Simple
Alex explores recent changes that makes OpenFaaS more practical for your long running tasks.| OpenFaaS - Serverless Functions Made Simple
This page describes how kubelet managed Containers can use the Container lifecycle hook framework to run code triggered by events during their management lifecycle. Overview Analogous to many programming language frameworks that have component lifecycle hooks, such as Angular, Kubernetes provides Containers with lifecycle hooks. The hooks enable Containers to be aware of events in their management lifecycle and run code implemented in a handler when the corresponding lifecycle hook is executed.| Kubernetes