Published Apr 25, 2019

Running functions anywhere with OpenFaaS

Alex Ellis delves into the inception and innovative solutions of OpenFaaS for overcoming serverless function deployment challenges while navigating the community dynamics that foster its growth and success.
Episode Highlights
The Changelog logo

Popular Clips

Episode Highlights

  • Perception

    Serverless technology often faces perception challenges, with hype cycles creating unrealistic expectations. explains that the hype cycle is a normal industry phenomenon, where initial excitement peaks before disillusionment sets in, eventually leading to practical applications 1. He emphasizes the importance of honesty in technology discussions, as engineers seek solutions to real problems. notes the fast-paced evolution of serverless platforms, highlighting OpenFaaS's unique community-centric approach and MIT licensing, which sets it apart from other projects 2.

       

    Challenges

    Technical challenges in serverless functions include deployment complexities and integration with existing systems. describes OpenFaaS's approach to simplifying serverless functions by using Docker containers as the industry standard for shipping code 3. This method allows developers to scaffold functions in any language, enhancing flexibility and ease of use. He also outlines the principles of serverless workloads, emphasizing statelessness, ephemerality, and auto-scaling as core values 4.