OpenFaaS Overview
OpenFaaS is a serverless functions framework that lets you deploy functions as Docker containers.With OpenFaaS developers can deploy event-driven functions and microservices to Kubernetes. OpenFaaS brings the following benefits: Portable function platform - cloud or on-premise Use any language to write functions Easy to use - built-in UI, CLI and one-click installation Scalable - can scale up during traffic spikes and scale down when idle For more information, you can check out the OpenFaaS community resources and a list of adopters: OpenFaaS adopters. What Is PLONK? PLONK is an acronym that refers to a stack of cloud native projects, commonly used with OpenFaaS: P rometheus: Metrics and time-series monitoring L inux/Linkerd: Operating system or service mesh O penFaaS: Management and auto-scaling of compute N ATS: Asynchronous message bus / queue K ubernetes The PLONK stack provides a complete platform for building and deploying cloud-native applications, including serverless functi...